#375B3F

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

Shades of Hunter Green #375B3F

Tints of Hunter Green #375B3F

Color information

#375B3F (or 0x375B3F) is unknown color: approx Hunter Green. HEX triplet: 37, 5B and 3F. RGB value is (55,91,63). Sum of RGB (Red+Green+Blue) = 55+91+63=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #375B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B3F is #C8A4C0. Grayscale: #4D4D4D. Windows color (decimal): -13149377 or 4152119. OLE color: 4152119.

HSL color Cylindrical-coordinate representation of color #375B3F: hue angle of 133.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 #375B3F is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB559163-
CMYK0.4000.310.64
HSL133.33º24.66%28.63%-
HSV(B)133.33º39.56%35.69%-
XYZ6.218.656.05-
YUV77.04120.07112.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 91 (35.94% from 255) = 43.54%
BLUE value IS 63 (25% from 255) = 30.14%
R=26.32%
G=43.54%
B=30.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5591630.4000.310.64133.3324.6628.63
Hex375B3F2801F4085191d
Octal6713377500371002053135
Binary11011110110111111111010000111111000000100001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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