#414903

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

Shades of Verdun Green #414903

Tints of Verdun Green #414903

Color information

#414903 (or 0x414903) is unknown color: approx Verdun Green. HEX triplet: 41, 49 and 03. RGB value is (65,73,3). Sum of RGB (Red+Green+Blue) = 65+73+3=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #414903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414903 is #BEB6FC. Grayscale: #3E3E3E. Windows color (decimal): -12498685 or 215361. OLE color: 215361.

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

Color convert

RGB65733-
CMYK0.1100.960.71
HSL66.86º92.11%14.9%-
HSV(B)66.86º95.89%28.63%-
XYZ4.585.90.98-
YUV62.6394.35129.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 73 (28.91% from 255) = 51.77%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=46.10%
G=51.77%
B=2.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal657330.1100.960.7166.8692.1114.9
Hex41493B06047435cf
Octal101111313014010710313417
Binary10000011001001111011011000001000111100001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414903; }

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

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

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

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

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

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

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

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