#416046

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

Shades of Hunter Green #416046

Tints of Hunter Green #416046

Color information

#416046 (or 0x416046) is unknown color: approx Hunter Green. HEX triplet: 41, 60 and 46. RGB value is (65,96,70). Sum of RGB (Red+Green+Blue) = 65+96+70=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #416046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416046 is #BE9FB9. Grayscale: #535353. Windows color (decimal): -12492730 or 4612161. OLE color: 4612161.

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

Color convert

RGB659670-
CMYK0.3200.270.62
HSL129.68º19.25%31.57%-
HSV(B)129.68º32.29%37.65%-
XYZ7.479.937.32-
YUV83.77120.23114.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=28.14%
G=41.56%
B=30.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596700.3200.270.62129.6819.2531.57
Hex4160462001B3E821320
Octal10114010640033762022340
Binary1000001110000010001101000000110111111101000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416046; }

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

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

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

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

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

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

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

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