#386541

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

Shades of Hunter Green #386541

Tints of Hunter Green #386541

Color information

#386541 (or 0x386541) is unknown color: approx Hunter Green. HEX triplet: 38, 65 and 41. RGB value is (56,101,65). Sum of RGB (Red+Green+Blue) = 56+101+65=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #386541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386541 is #C79ABE. Grayscale: #535353. Windows color (decimal): -13081279 or 4285752. OLE color: 4285752.

HSL color Cylindrical-coordinate representation of color #386541: hue angle of 132º 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 #386541 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB5610165-
CMYK0.4500.360.60
HSL132º28.66%30.78%-
HSV(B)132º44.55%39.61%-
XYZ7.2410.536.65-
YUV83.44117.59108.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=25.23%
G=45.50%
B=29.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101650.4500.360.6013228.6630.78
Hex3865412D0243C841d1f
Octal7014510155044742043537
Binary111000110010110000011011010100100111100100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386541; }

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

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

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

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

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

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

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

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