#416648

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

Shades of Hunter Green #416648

Tints of Hunter Green #416648

Color information

#416648 (or 0x416648) is unknown color: approx Hunter Green. HEX triplet: 41, 66 and 48. RGB value is (65,102,72). Sum of RGB (Red+Green+Blue) = 65+102+72=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #416648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416648 is #BE99B7. Grayscale: #575757. Windows color (decimal): -12491192 or 4744769. OLE color: 4744769.

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

Color convert

RGB6510272-
CMYK0.3600.290.6
HSL131.35º22.16%32.75%-
HSV(B)131.35º36.27%40%-
XYZ8.111.097.85-
YUV87.52119.24111.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=27.20%
G=42.68%
B=30.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102720.3600.290.6131.3522.1632.75
Hex4166482401D3C831621
Octal10114611044035742032641
Binary1000001110011010010001001000111011111001000001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416648; }

 p { color: rgb(65,102,72); }

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

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

 a { background-color: rgb(65,102,72); }

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

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

 span { border-color: rgb(65,102,72); }

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