#386544

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

Shades of Hunter Green #386544

Tints of Hunter Green #386544

Color information

#386544 (or 0x386544) is unknown color: approx Hunter Green. HEX triplet: 38, 65 and 44. RGB value is (56,101,68). Sum of RGB (Red+Green+Blue) = 56+101+68=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #386544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386544 is #C79ABB. Grayscale: #535353. Windows color (decimal): -13081276 or 4482360. OLE color: 4482360.

HSL color Cylindrical-coordinate representation of color #386544: hue angle of 136º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386544 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB5610168-
CMYK0.4500.330.60
HSL136º28.66%30.78%-
HSV(B)136º44.55%39.61%-
XYZ7.3310.577.12-
YUV83.78119.09108.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=24.89%
G=44.89%
B=30.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101680.4500.330.6013628.6630.78
Hex3865442D0213C881d1f
Octal7014510455041742103537
Binary111000110010110001001011010100001111100100010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386544; }

 p { color: rgb(56,101,68); }

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

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

 a { background-color: rgb(56,101,68); }

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

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

 span { border-color: rgb(56,101,68); }

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