#416216

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

Shades of Verdun Green #416216

Tints of Verdun Green #416216

Color information

#416216 (or 0x416216) is unknown color: approx Verdun Green. HEX triplet: 41, 62 and 16. RGB value is (65,98,22). Sum of RGB (Red+Green+Blue) = 65+98+22=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #416216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416216 is #BE9DE9. Grayscale: #4F4F4F. Windows color (decimal): -12492266 or 1466945. OLE color: 1466945.

HSL color Cylindrical-coordinate representation of color #416216: hue angle of 86.05º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #416216 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB659822-
CMYK0.3400.780.62
HSL86.05º63.33%23.53%-
HSV(B)86.05º77.55%38.43%-
XYZ6.699.922.32-
YUV79.4795.57117.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=35.14%
G=52.97%
B=11.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598220.3400.780.6286.0563.3323.53
Hex4162162204E3E563f18
Octal10114226420116761267730
Binary100000111000101011010001001001110111110101011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416216; }

 p { color: rgb(65,98,22); }

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

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

 a { background-color: rgb(65,98,22); }

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

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

 span { border-color: rgb(65,98,22); }

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