Html Css Color HEX #376042 Hunter Green

📋 copy color: '#376042'

red 55 ◦ green 96 ◦ blue 66

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

Shades of Hunter Green #376042

Tints of Hunter Green #376042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 25.35%
G = 44.24%
B = 30.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#376042 (or 0x376042) is known color: Hunter Green. HEX triplet: 37, 60 and 42. RGB value is (55,96,66). Sum of RGB (Red+Green+Blue) = 55+96+66=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #376042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376042 is #C89FBD. Grayscale: #505050. Windows color (decimal): -13148094 or 4350007. OLE color: 4350007.

HSL color Cylindrical-coordinate representation of color #376042: hue angle of 136.1º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376042 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 66 -
CMYK 0.43 0 0.31 0.62
HSL 136.1º 0.27% 0.3% -
HSV(B) 136.1º 0.43% 0.38% -
XYZ 6.74 9.57 6.65 -
YUV 80.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 55 96 66 0.43 0 0.31 0.62 136.1 0.27 0.3
Hex 37 60 42 2B 0 1F 3E 88 1B 1E
Octal 67 140 102 53 0 37 76 210 33 36
Binary 110111 1100000 1000010 101011 0 11111 111110 10001000 11011 11110

Color Harmonies of #376042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376042

Black with #376042

Text Example


Text Example

White with #376042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376042; }

 p { color: rgb(55,96,66); }

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

background-color css

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

 a { background-color: rgb(55,96,66); }

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

border-color css

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

 span { border-color: rgb(55,96,66); }

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