#414804

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

Shades of Verdun Green #414804

Tints of Verdun Green #414804

Color information

#414804 (or 0x414804) is unknown color: approx Verdun Green. HEX triplet: 41, 48 and 04. RGB value is (65,72,4). Sum of RGB (Red+Green+Blue) = 65+72+4=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #414804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414804 is #BEB7FB. Grayscale: #3E3E3E. Windows color (decimal): -12498940 or 280641. OLE color: 280641.

HSL color Cylindrical-coordinate representation of color #414804: hue angle of 66.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #414804 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB65724-
CMYK0.1000.940.72
HSL66.18º89.47%14.9%-
HSV(B)66.18º94.44%28.24%-
XYZ4.525.770.99-
YUV62.1695.18130.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 4 (1.95% from 255) = 2.84%
R=46.10%
G=51.06%
B=2.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal657240.1000.940.7266.1889.4714.9
Hex41484A05E484259f
Octal101110412013611010213117
Binary100000110010001001010010111101001000100001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414804; }

 p { color: rgb(65,72,4); }

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

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

 a { background-color: rgb(65,72,4); }

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

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

 span { border-color: rgb(65,72,4); }

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