#406243

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

Shades of Hunter Green #406243

Tints of Hunter Green #406243

Color information

#406243 (or 0x406243) is unknown color: approx Hunter Green. HEX triplet: 40, 62 and 43. RGB value is (64,98,67). Sum of RGB (Red+Green+Blue) = 64+98+67=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #406243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406243 is #BF9DBC. Grayscale: #545454. Windows color (decimal): -12557757 or 4416064. OLE color: 4416064.

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

Color convert

RGB649867-
CMYK0.3500.320.62
HSL125.29º20.99%31.76%-
HSV(B)125.29º34.69%38.43%-
XYZ7.510.236.89-
YUV84.3118.24113.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=27.95%
G=42.79%
B=29.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498670.3500.320.62125.2920.9931.76
Hex406243230203E7d1520
Octal10014210343040761752540
Binary1000000110001010000111000110100000111110111110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406243; }

 p { color: rgb(64,98,67); }

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

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

 a { background-color: rgb(64,98,67); }

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

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

 span { border-color: rgb(64,98,67); }

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