#414905

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

Shades of Verdun Green #414905

Tints of Verdun Green #414905

Color information

#414905 (or 0x414905) is unknown color: approx Verdun Green. HEX triplet: 41, 49 and 05. RGB value is (65,73,5). Sum of RGB (Red+Green+Blue) = 65+73+5=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #414905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414905 is #BEB6FA. Grayscale: #3F3F3F. Windows color (decimal): -12498683 or 346433. OLE color: 346433.

HSL color Cylindrical-coordinate representation of color #414905: hue angle of 67.06º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #414905 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB65735-
CMYK0.1100.930.71
HSL67.06º87.18%15.29%-
HSV(B)67.06º93.15%28.63%-
XYZ4.595.91.04-
YUV62.8695.35129.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=45.45%
G=51.05%
B=3.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal657350.1100.930.7167.0687.1815.29
Hex41495B05D474357f
Octal101111513013510710312717
Binary100000110010011011011010111011000111100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414905; }

 p { color: rgb(65,73,5); }

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

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

 a { background-color: rgb(65,73,5); }

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

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

 span { border-color: rgb(65,73,5); }

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