#385D40

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

Shades of Hunter Green #385D40

Tints of Hunter Green #385D40

Color information

#385D40 (or 0x385D40) is unknown color: approx Hunter Green. HEX triplet: 38, 5D and 40. RGB value is (56,93,64). Sum of RGB (Red+Green+Blue) = 56+93+64=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #385D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D40 is #C7A2BF. Grayscale: #4E4E4E. Windows color (decimal): -13083328 or 4218168. OLE color: 4218168.

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

Color convert

RGB569364-
CMYK0.4000.310.64
HSL132.97º24.83%29.22%-
HSV(B)132.97º39.78%36.47%-
XYZ6.479.046.25-
YUV78.63119.74111.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=26.29%
G=43.66%
B=30.05%

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
Decimal5693640.4000.310.64132.9724.8329.22
Hex385D402801F4085191d
Octal70135100500371002053135
Binary111000101110110000001010000111111000000100001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,93,64); }

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

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

 a { background-color: rgb(56,93,64); }

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

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

 span { border-color: rgb(56,93,64); }

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