#386339

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

Shades of Hunter Green #386339

Tints of Hunter Green #386339

Color information

#386339 (or 0x386339) is unknown color: approx Hunter Green. HEX triplet: 38, 63 and 39. RGB value is (56,99,57). Sum of RGB (Red+Green+Blue) = 56+99+57=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #386339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386339 is #C79CC6. Grayscale: #515151. Windows color (decimal): -13081799 or 3760952. OLE color: 3760952.

HSL color Cylindrical-coordinate representation of color #386339: hue angle of 121.4º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386339 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB569957-
CMYK0.4300.420.61
HSL121.4º27.74%30.39%-
HSV(B)121.4º43.43%38.82%-
XYZ6.8310.065.45-
YUV81.36114.25109.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=26.42%
G=46.70%
B=26.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699570.4300.420.61121.427.7430.39
Hex3863392B02A3D791c1e
Octal701437153052751713436
Binary1110001100011111001101011010101011110111110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386339; }

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

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

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

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

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

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

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

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