#385B39

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

Shades of Hunter Green #385B39

Tints of Hunter Green #385B39

Color information

#385B39 (or 0x385B39) is unknown color: approx Hunter Green. HEX triplet: 38, 5B and 39. RGB value is (56,91,57). Sum of RGB (Red+Green+Blue) = 56+91+57=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #385B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B39 is #C7A4C6. Grayscale: #4C4C4C. Windows color (decimal): -13083847 or 3758904. OLE color: 3758904.

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

Color convert

RGB569157-
CMYK0.3800.370.64
HSL121.71º23.81%28.82%-
HSV(B)121.71º38.46%35.69%-
XYZ6.118.625.21-
YUV76.66116.9113.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 91 (35.94% from 255) = 44.61%
BLUE value IS 57 (22.66% from 255) = 27.94%
R=27.45%
G=44.61%
B=27.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691570.3800.370.64121.7123.8128.82
Hex385B3926025407a181d
Octal7013371460451001723035
Binary11100010110111110011001100100101100000011110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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