#414204

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

Shades of Verdun Green #414204

Tints of Verdun Green #414204

Color information

#414204 (or 0x414204) is unknown color: approx Verdun Green. HEX triplet: 41, 42 and 04. RGB value is (65,66,4). Sum of RGB (Red+Green+Blue) = 65+66+4=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #414204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414204 is #BEBDFB. Grayscale: #3A3A3A. Windows color (decimal): -12500476 or 279105. OLE color: 279105.

HSL color Cylindrical-coordinate representation of color #414204: hue angle of 60.97º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #414204 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB65664-
CMYK0.0200.940.74
HSL60.97º88.57%13.73%-
HSV(B)60.97º93.94%25.88%-
XYZ4.155.030.87-
YUV58.6397.17132.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=48.15%
G=48.89%
B=2.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal656640.0200.940.7460.9788.5713.73
Hex41424205E4A3d59e
Octal1011024201361127513116
Binary100000110000101001001011110100101011110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414204; }

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

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

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

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

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

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

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

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