#375F3B

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

Shades of Hunter Green #375F3B

Tints of Hunter Green #375F3B

Color information

#375F3B (or 0x375F3B) is unknown color: approx Hunter Green. HEX triplet: 37, 5F and 3B. RGB value is (55,95,59). Sum of RGB (Red+Green+Blue) = 55+95+59=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #375F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F3B is #C8A0C4. Grayscale: #4F4F4F. Windows color (decimal): -13148357 or 3890999. OLE color: 3890999.

HSL color Cylindrical-coordinate representation of color #375F3B: hue angle of 126º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F3B is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB559559-
CMYK0.4200.380.63
HSL126º26.67%29.41%-
HSV(B)126º42.11%37.25%-
XYZ6.469.315.59-
YUV78.94116.75110.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 95 (37.5% from 255) = 45.45%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=26.32%
G=45.45%
B=28.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595590.4200.380.6312626.6729.41
Hex375F3B2A0263F7e1b1d
Octal671377352046771763335
Binary1101111011111111011101010010011011111111111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375F3B; }

 p { color: rgb(55,95,59); }

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

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

 a { background-color: rgb(55,95,59); }

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

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

 span { border-color: rgb(55,95,59); }

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