#385C39

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

Shades of Hunter Green #385C39

Tints of Hunter Green #385C39

Color information

#385C39 (or 0x385C39) is unknown color: approx Hunter Green. HEX triplet: 38, 5C and 39. RGB value is (56,92,57). Sum of RGB (Red+Green+Blue) = 56+92+57=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #385C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C39 is #C7A3C6. Grayscale: #4D4D4D. Windows color (decimal): -13083591 or 3759160. OLE color: 3759160.

HSL color Cylindrical-coordinate representation of color #385C39: hue angle of 121.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C39 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB569257-
CMYK0.3900.380.64
HSL121.67º24.32%29.02%-
HSV(B)121.67º39.13%36.08%-
XYZ6.28.795.24-
YUV77.25116.57112.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=27.32%
G=44.88%
B=27.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5692570.3900.380.64121.6724.3229.02
Hex385C3927026407a181d
Octal7013471470461001723035
Binary11100010111001110011001110100110100000011110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385C39; }

 p { color: rgb(56,92,57); }

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

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

 a { background-color: rgb(56,92,57); }

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

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

 span { border-color: rgb(56,92,57); }

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