#376B40

Color #376B40 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #376B40

Tints of Hunter Green #376B40

Color information

#376B40 (or 0x376B40) is unknown color: approx Hunter Green. HEX triplet: 37, 6B and 40. RGB value is (55,107,64). Sum of RGB (Red+Green+Blue) = 55+107+64=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #376B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376B40 is #C894BF. Grayscale: #565656. Windows color (decimal): -13145280 or 4221751. OLE color: 4221751.

HSL color Cylindrical-coordinate representation of color #376B40: hue angle of 130.38º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376B40 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB5510764-
CMYK0.4900.400.58
HSL130.38º32.1%31.76%-
HSV(B)130.38º48.6%41.96%-
XYZ7.7611.76.7-
YUV86.55115.27105.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 107 (42.19% from 255) = 47.35%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=24.34%
G=47.35%
B=28.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107640.4900.400.58130.3832.131.76
Hex376B40310283A822020
Octal6715310061050722024040
Binary11011111010111000000110001010100011101010000010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376B40; }

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

 H1.HeaderClassName
 {
   color: #376B40;
 }
 .AnyTagClassName
 {
   color: #376B40;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #376B40;
 }
 .BgClassName
 {
   background-color: #376B40;
 }
</style>
border-color css

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

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

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