#416014

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

Shades of Verdun Green #416014

Tints of Verdun Green #416014

Color information

#416014 (or 0x416014) is unknown color: approx Verdun Green. HEX triplet: 41, 60 and 14. RGB value is (65,96,20). Sum of RGB (Red+Green+Blue) = 65+96+20=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #416014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416014 is #BE9FEB. Grayscale: #4E4E4E. Windows color (decimal): -12492780 or 1335361. OLE color: 1335361.

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

Color convert

RGB659620-
CMYK0.3200.790.62
HSL84.47º65.52%22.75%-
HSV(B)84.47º79.17%37.65%-
XYZ6.499.542.16-
YUV78.0795.23118.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=35.91%
G=53.04%
B=11.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596200.3200.790.6284.4765.5222.75
Hex4160142004F3E544217
Octal101140244001177612410227
Binary1000001110000010100100000010011111111101010100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416014; }

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

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

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

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

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

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

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

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