#414603

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

Shades of Verdun Green #414603

Tints of Verdun Green #414603

Color information

#414603 (or 0x414603) is unknown color: approx Verdun Green. HEX triplet: 41, 46 and 03. RGB value is (65,70,3). Sum of RGB (Red+Green+Blue) = 65+70+3=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #414603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414603 is #BEB9FC. Grayscale: #3D3D3D. Windows color (decimal): -12499453 or 214593. OLE color: 214593.

HSL color Cylindrical-coordinate representation of color #414603: hue angle of 64.48º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #414603 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB65703-
CMYK0.0700.960.73
HSL64.48º91.78%14.31%-
HSV(B)64.48º95.71%27.45%-
XYZ4.395.510.92-
YUV60.8795.34130.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 70 (27.73% from 255) = 50.72%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=47.10%
G=50.72%
B=2.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal657030.0700.960.7364.4891.7814.31
Hex41463706049405ce
Octal10110637014011110013416
Binary1000001100011011111011000001001001100000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414603; }

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

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

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

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

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

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

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

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