#405644

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

Shades of Hunter Green #405644

Tints of Hunter Green #405644

Color information

#405644 (or 0x405644) is unknown color: approx Hunter Green. HEX triplet: 40, 56 and 44. RGB value is (64,86,68). Sum of RGB (Red+Green+Blue) = 64+86+68=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #405644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405644 is #BFA9BB. Grayscale: #4D4D4D. Windows color (decimal): -12560828 or 4478528. OLE color: 4478528.

HSL color Cylindrical-coordinate representation of color #405644: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #405644 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB648668-
CMYK0.2600.210.66
HSL130.91º14.67%29.41%-
HSV(B)130.91º25.58%33.73%-
XYZ6.498.166.7-
YUV77.37122.71118.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=29.36%
G=39.45%
B=31.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486680.2600.210.66130.9114.6729.41
Hex4056441A0154283f1d
Octal100126104320251022031735
Binary10000001010110100010011010010101100001010000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405644; }

 p { color: rgb(64,86,68); }

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

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

 a { background-color: rgb(64,86,68); }

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

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

 span { border-color: rgb(64,86,68); }

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