#426146

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

Shades of Hunter Green #426146

Tints of Hunter Green #426146

Color information

#426146 (or 0x426146) is unknown color: approx Hunter Green. HEX triplet: 42, 61 and 46. RGB value is (66,97,70). Sum of RGB (Red+Green+Blue) = 66+97+70=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #426146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426146 is #BD9EB9. Grayscale: #545454. Windows color (decimal): -12426938 or 4612418. OLE color: 4612418.

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

Color convert

RGB669770-
CMYK0.3200.280.62
HSL127.74º19.02%31.96%-
HSV(B)127.74º31.96%38.04%-
XYZ7.6310.157.35-
YUV84.65119.73114.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=28.33%
G=41.63%
B=30.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697700.3200.280.62127.7419.0231.96
Hex4261462001C3E801320
Octal10214110640034762002340
Binary1000010110000110001101000000111001111101000000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426146; }

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

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

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

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

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

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

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

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