#375B3C

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

Shades of Hunter Green #375B3C

Tints of Hunter Green #375B3C

Color information

#375B3C (or 0x375B3C) is unknown color: approx Hunter Green. HEX triplet: 37, 5B and 3C. RGB value is (55,91,60). Sum of RGB (Red+Green+Blue) = 55+91+60=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #375B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B3C is #C8A4C3. Grayscale: #4C4C4C. Windows color (decimal): -13149380 or 3955511. OLE color: 3955511.

HSL color Cylindrical-coordinate representation of color #375B3C: hue angle of 128.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375B3C is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB559160-
CMYK0.4000.340.64
HSL128.33º24.66%28.63%-
HSV(B)128.33º39.56%35.69%-
XYZ6.138.625.62-
YUV76.7118.57112.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=26.70%
G=44.17%
B=29.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5591600.4000.340.64128.3324.6628.63
Hex375B3C280224080191d
Octal6713374500421002003135
Binary110111101101111110010100001000101000000100000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,91,60); }

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

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

 a { background-color: rgb(55,91,60); }

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

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

 span { border-color: rgb(55,91,60); }

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