#426646

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

Shades of Hunter Green #426646

Tints of Hunter Green #426646

Color information

#426646 (or 0x426646) is unknown color: approx Hunter Green. HEX triplet: 42, 66 and 46. RGB value is (66,102,70). Sum of RGB (Red+Green+Blue) = 66+102+70=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #426646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426646 is #BD99B9. Grayscale: #575757. Windows color (decimal): -12425658 or 4613698. OLE color: 4613698.

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

Color convert

RGB6610270-
CMYK0.3500.310.6
HSL126.67º21.43%32.94%-
HSV(B)126.67º35.29%40%-
XYZ8.111.17.51-
YUV87.59118.07112.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=27.73%
G=42.86%
B=29.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102700.3500.310.6126.6721.4332.94
Hex4266462301F3C7f1521
Octal10214610643037741772541
Binary100001011001101000110100011011111111100111111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426646; }

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

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

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

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

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

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

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

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