Html Css Color HEX #379576 Gossamer

📋 copy color: '#379576'

red 55 ◦ green 149 ◦ blue 118

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

Shades of Gossamer #379576

Tints of Gossamer #379576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.27%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 17.08%
G = 46.27%
B = 36.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#379576 (or 0x379576) is known color: Gossamer. HEX triplet: 37, 95 and 76. RGB value is (55,149,118). Sum of RGB (Red+Green+Blue) = 55+149+118=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #379576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379576 is #C86A89. Grayscale: #757575. Windows color (decimal): -13134474 or 7771447. OLE color: 7771447.

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

Color convert

RGB 55 149 118 -
CMYK 0.63 0 0.21 0.42
HSL 160.21º 0.46% 0.4% -
HSV(B) 160.21º 0.63% 0.58% -
XYZ 15.59 23.62 20.88 -
YUV 117.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 55 149 118 0.63 0 0.21 0.42 160.21 0.46 0.4
Hex 37 95 76 3F 0 15 2A A0 2E 28
Octal 67 225 166 77 0 25 52 240 56 50
Binary 110111 10010101 1110110 111111 0 10101 101010 10100000 101110 101000

Color Harmonies of #379576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379576

Black with #379576

Text Example


Text Example

White with #379576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379576; }

 p { color: rgb(55,149,118); }

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

background-color css

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

 a { background-color: rgb(55,149,118); }

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

border-color css

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

 span { border-color: rgb(55,149,118); }

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