#406845

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

Shades of Hunter Green #406845

Tints of Hunter Green #406845

Color information

#406845 (or 0x406845) is unknown color: approx Hunter Green. HEX triplet: 40, 68 and 45. RGB value is (64,104,69). Sum of RGB (Red+Green+Blue) = 64+104+69=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #406845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406845 is #BF97BA. Grayscale: #585858. Windows color (decimal): -12556219 or 4548672. OLE color: 4548672.

HSL color Cylindrical-coordinate representation of color #406845: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #406845 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB6410469-
CMYK0.3800.340.59
HSL127.5º23.81%32.94%-
HSV(B)127.5º38.46%40.78%-
XYZ8.1411.427.41-
YUV88.05117.25110.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=27.00%
G=43.88%
B=29.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104690.3800.340.59127.523.8132.94
Hex406845260223B7f1821
Octal10015010546042731773041
Binary1000000110100010001011001100100010111011111111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406845; }

 p { color: rgb(64,104,69); }

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

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

 a { background-color: rgb(64,104,69); }

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

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

 span { border-color: rgb(64,104,69); }

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