#426046

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

Shades of Hunter Green #426046

Tints of Hunter Green #426046

Color information

#426046 (or 0x426046) is unknown color: approx Hunter Green. HEX triplet: 42, 60 and 46. RGB value is (66,96,70). Sum of RGB (Red+Green+Blue) = 66+96+70=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #426046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426046 is #BD9FB9. Grayscale: #545454. Windows color (decimal): -12427194 or 4612162. OLE color: 4612162.

HSL color Cylindrical-coordinate representation of color #426046: hue angle of 128º 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 #426046 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB669670-
CMYK0.3100.270.62
HSL128º18.52%31.76%-
HSV(B)128º31.25%37.65%-
XYZ7.549.977.32-
YUV84.07120.06115.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=28.45%
G=41.38%
B=30.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696700.3100.270.6212818.5231.76
Hex4260461F01B3E801320
Octal10214010637033762002340
Binary100001011000001000110111110110111111101000000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426046; }

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

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

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

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

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

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

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

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