#426546

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

Shades of Hunter Green #426546

Tints of Hunter Green #426546

Color information

#426546 (or 0x426546) is unknown color: approx Hunter Green. HEX triplet: 42, 65 and 46. RGB value is (66,101,70). Sum of RGB (Red+Green+Blue) = 66+101+70=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #426546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426546 is #BD9AB9. Grayscale: #575757. Windows color (decimal): -12425914 or 4613442. OLE color: 4613442.

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

Color convert

RGB6610170-
CMYK0.3500.310.60
HSL126.86º20.96%32.75%-
HSV(B)126.86º34.65%39.61%-
XYZ8.0110.917.48-
YUV87118.4113.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=27.85%
G=42.62%
B=29.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101700.3500.310.60126.8620.9632.75
Hex4265462301F3C7f1521
Octal10214510643037741772541
Binary100001011001011000110100011011111111100111111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426546; }

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

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

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

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

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

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

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

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