#385739

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

Shades of Hunter Green #385739

Tints of Hunter Green #385739

Color information

#385739 (or 0x385739) is unknown color: approx Hunter Green. HEX triplet: 38, 57 and 39. RGB value is (56,87,57). Sum of RGB (Red+Green+Blue) = 56+87+57=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #385739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385739 is #C7A8C6. Grayscale: #4A4A4A. Windows color (decimal): -13084871 or 3757880. OLE color: 3757880.

HSL color Cylindrical-coordinate representation of color #385739: hue angle of 121.94º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385739 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.

Color convert

RGB568757-
CMYK0.3600.340.66
HSL121.94º21.68%28.04%-
HSV(B)121.94º35.63%34.12%-
XYZ5.787.955.1-
YUV74.31118.23114.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 87 (34.38% from 255) = 43.5%
BLUE value IS 57 (22.66% from 255) = 28.5%
R=28%
G=43.5%
B=28.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687570.3600.340.66121.9421.6828.04
Hex38573924022427a161c
Octal7012771440421021722634
Binary11100010101111110011001000100010100001011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385739; }

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

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

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

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

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

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

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

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