Html Css Color HEX #376240 Hunter Green

📋 copy color: '#376240'

red 55 ◦ green 98 ◦ blue 64

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

Shades of Hunter Green #376240

Tints of Hunter Green #376240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 25.35%
G = 45.16%
B = 29.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#376240 (or 0x376240) is known color: Hunter Green. HEX triplet: 37, 62 and 40. RGB value is (55,98,64). Sum of RGB (Red+Green+Blue) = 55+98+64=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #376240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376240 is #C89DBF. Grayscale: #515151. Windows color (decimal): -13147584 or 4219447. OLE color: 4219447.

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

Color convert

RGB 55 98 64 -
CMYK 0.44 0 0.35 0.62
HSL 132.56º 0.28% 0.3% -
HSV(B) 132.56º 0.44% 0.38% -
XYZ 6.87 9.92 6.4 -
YUV 81.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 55 98 64 0.44 0 0.35 0.62 132.56 0.28 0.3
Hex 37 62 40 2C 0 23 3E 85 1C 1E
Octal 67 142 100 54 0 43 76 205 34 36
Binary 110111 1100010 1000000 101100 0 100011 111110 10000101 11100 11110

Color Harmonies of #376240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376240

Black with #376240

Text Example


Text Example

White with #376240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376240; }

 p { color: rgb(55,98,64); }

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

background-color css

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

 a { background-color: rgb(55,98,64); }

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

border-color css

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

 span { border-color: rgb(55,98,64); }

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