#406344

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

Shades of Hunter Green #406344

Tints of Hunter Green #406344

Color information

#406344 (or 0x406344) is unknown color: approx Hunter Green. HEX triplet: 40, 63 and 44. RGB value is (64,99,68). Sum of RGB (Red+Green+Blue) = 64+99+68=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #406344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406344 is #BF9CBB. Grayscale: #555555. Windows color (decimal): -12557500 or 4481856. OLE color: 4481856.

HSL color Cylindrical-coordinate representation of color #406344: hue angle of 126.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406344 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB649968-
CMYK0.3500.310.61
HSL126.86º21.47%31.96%-
HSV(B)126.86º35.35%38.82%-
XYZ7.6210.437.08-
YUV85118.4113.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=27.71%
G=42.86%
B=29.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499680.3500.310.61126.8621.4731.96
Hex4063442301F3D7f1520
Octal10014310443037751772540
Binary100000011000111000100100011011111111101111111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406344; }

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

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

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

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

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

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

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

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