#385539

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

Shades of Hunter Green #385539

Tints of Hunter Green #385539

Color information

#385539 (or 0x385539) is unknown color: approx Hunter Green. HEX triplet: 38, 55 and 39. RGB value is (56,85,57). Sum of RGB (Red+Green+Blue) = 56+85+57=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #385539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385539 is #C7AAC6. Grayscale: #494949. Windows color (decimal): -13085383 or 3757368. OLE color: 3757368.

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

Color convert

RGB568557-
CMYK0.3400.330.67
HSL122.07º20.57%27.65%-
HSV(B)122.07º34.12%33.33%-
XYZ5.627.635.05-
YUV73.14118.89115.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=28.28%
G=42.93%
B=28.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685570.3400.330.67122.0720.5727.65
Hex38553922021437a151c
Octal7012571420411031722534
Binary11100010101011110011000100100001100001111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385539; }

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

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

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

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

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

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

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

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