#416D01

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

Shades of Verdun Green #416D01

Tints of Verdun Green #416D01

Color information

#416D01 (or 0x416D01) is unknown color: approx Verdun Green. HEX triplet: 41, 6D and 01. RGB value is (65,109,1). Sum of RGB (Red+Green+Blue) = 65+109+1=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 109 (42.97% from 255 or 62.29% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 109 - color contains mainly: green. Hex color #416D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416D01 is #BE92FE. Grayscale: #535353. Windows color (decimal): -12489471 or 93505. OLE color: 93505.

HSL color Cylindrical-coordinate representation of color #416D01: hue angle of 84.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #416D01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB651091-
CMYK0.4000.990.57
HSL84.44º98.18%21.57%-
HSV(B)84.44º99.08%42.75%-
XYZ7.6512.061.95-
YUV83.5381.42114.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 109 (42.97% from 255) = 62.29%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=37.14%
G=62.29%
B=0.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6510910.4000.990.5784.4498.1821.57
Hex416D12806339546216
Octal10115515001437112414226
Binary100000111011011101000011000111110011010100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416D01; }

 p { color: rgb(65,109,1); }

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

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

 a { background-color: rgb(65,109,1); }

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

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

 span { border-color: rgb(65,109,1); }

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