Html Css Color HEX #379681 Gossamer

📋 copy color: '#379681'

red 55 ◦ green 150 ◦ blue 129

#379681
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #379681

Tints of Gossamer #379681

RGB

 RED value IS 55 (21.88% from 255) = 16.47%

 GREEN value IS 150 (58.98% from 255) = 44.91%

 BLUE value IS 129 (50.78% from 255) = 38.62%

R = 16.47%
G = 44.91%
B = 38.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#379681 (or 0x379681) is known color: Gossamer. HEX triplet: 37, 96 and 81. RGB value is (55,150,129). Sum of RGB (Red+Green+Blue) = 55+150+129=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #379681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379681 is #C8697E. Grayscale: #777777. Windows color (decimal): -13134207 or 8492599. OLE color: 8492599.

HSL color Cylindrical-coordinate representation of color #379681: hue angle of 166.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379681 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 150 129 -
CMYK 0.63 0 0.14 0.41
HSL 166.74º 0.46% 0.4% -
HSV(B) 166.74º 0.63% 0.59% -
XYZ 16.44 24.21 24.58 -
YUV 119.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 55 150 129 0.63 0 0.14 0.41 166.74 0.46 0.4
Hex 37 96 81 3F 0 E 29 A7 2E 28
Octal 67 226 201 77 0 16 51 247 56 50
Binary 110111 10010110 10000001 111111 0 1110 101001 10100111 101110 101000

Color Harmonies of #379681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379681

Black with #379681

Text Example


Text Example

White with #379681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379681; }

 p { color: rgb(55,150,129); }

 H1.HeaderClassName
 {
   color: #379681;
 }
 .AnyTagClassName
 {
   color: #379681;
 }
</style>

background-color css

<style>
 a { background-color: #379681; }

 a { background-color: rgb(55,150,129); }

 div.DivClassName
 {
   background-color: #379681;
 }
 .BgClassName
 {
   background-color: #379681;
 }
</style>

border-color css

<style>
 span { border-color: #379681; }

 span { border-color: rgb(55,150,129); }

 td.TdClassName
 {
   border-color: #379681;
 }
 .TagClassName
 {
   border-color: #379681;
 }
</style>