#414907

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

Shades of Verdun Green #414907

Tints of Verdun Green #414907

Color information

#414907 (or 0x414907) is unknown color: approx Verdun Green. HEX triplet: 41, 49 and 07. RGB value is (65,73,7). Sum of RGB (Red+Green+Blue) = 65+73+7=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #414907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414907 is #BEB6F8. Grayscale: #3F3F3F. Windows color (decimal): -12498681 or 477505. OLE color: 477505.

HSL color Cylindrical-coordinate representation of color #414907: hue angle of 67.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #414907 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB65737-
CMYK0.1100.900.71
HSL67.27º82.5%15.69%-
HSV(B)67.27º90.41%28.63%-
XYZ4.65.91.1-
YUV63.0896.35129.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 7 (3.12% from 255) = 4.83%
R=44.83%
G=50.34%
B=4.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal657370.1100.900.7167.2782.515.69
Hex41497B05A47435210
Octal101111713013210710312220
Binary1000001100100111110110101101010001111000011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414907; }

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

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

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

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

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

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

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

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