#385F41

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

Shades of Hunter Green #385F41

Tints of Hunter Green #385F41

Color information

#385F41 (or 0x385F41) is unknown color: approx Hunter Green. HEX triplet: 38, 5F and 41. RGB value is (56,95,65). Sum of RGB (Red+Green+Blue) = 56+95+65=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #385F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F41 is #C7A0BE. Grayscale: #505050. Windows color (decimal): -13082815 or 4284216. OLE color: 4284216.

HSL color Cylindrical-coordinate representation of color #385F41: hue angle of 133.85º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F41 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB569565-
CMYK0.4100.320.63
HSL133.85º25.83%29.61%-
HSV(B)133.85º41.05%37.25%-
XYZ6.689.416.46-
YUV79.92119.58110.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=25.93%
G=43.98%
B=30.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5695650.4100.320.63133.8525.8329.61
Hex385F41290203F861a1e
Octal7013710151040772063236
Binary111000101111110000011010010100000111111100001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,95,65); }

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

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

 a { background-color: rgb(56,95,65); }

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

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

 span { border-color: rgb(56,95,65); }

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