#426047

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

Shades of Hunter Green #426047

Tints of Hunter Green #426047

Color information

#426047 (or 0x426047) is unknown color: approx Hunter Green. HEX triplet: 42, 60 and 47. RGB value is (66,96,71). Sum of RGB (Red+Green+Blue) = 66+96+71=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #426047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426047 is #BD9FB8. Grayscale: #545454. Windows color (decimal): -12427193 or 4677698. OLE color: 4677698.

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

Color convert

RGB669671-
CMYK0.3100.260.62
HSL130º18.52%31.76%-
HSV(B)130º31.25%37.65%-
XYZ7.579.987.49-
YUV84.18120.56115.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=28.33%
G=41.20%
B=30.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696710.3100.260.6213018.5231.76
Hex4260471F01A3E821320
Octal10214010737032762022340
Binary100001011000001000111111110110101111101000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426047; }

 p { color: rgb(66,96,71); }

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

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

 a { background-color: rgb(66,96,71); }

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

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

 span { border-color: rgb(66,96,71); }

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