#376740

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

Shades of Hunter Green #376740

Tints of Hunter Green #376740

Color information

#376740 (or 0x376740) is unknown color: approx Hunter Green. HEX triplet: 37, 67 and 40. RGB value is (55,103,64). Sum of RGB (Red+Green+Blue) = 55+103+64=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #376740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376740 is #C898BF. Grayscale: #545454. Windows color (decimal): -13146304 or 4220727. OLE color: 4220727.

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

Color convert

RGB5510364-
CMYK0.4700.380.60
HSL131.25º30.38%30.98%-
HSV(B)131.25º46.6%40.39%-
XYZ7.3510.886.56-
YUV84.2116.6107.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=24.77%
G=46.40%
B=28.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55103640.4700.380.60131.2530.3830.98
Hex3767402F0263C831e1f
Octal6714710057046742033637
Binary110111110011110000001011110100110111100100000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376740; }

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

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

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

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

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

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

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

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