#414602

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

Shades of Verdun Green #414602

Tints of Verdun Green #414602

Color information

#414602 (or 0x414602) is unknown color: approx Verdun Green. HEX triplet: 41, 46 and 02. RGB value is (65,70,2). Sum of RGB (Red+Green+Blue) = 65+70+2=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #414602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414602 is #BEB9FD. Grayscale: #3D3D3D. Windows color (decimal): -12499454 or 149057. OLE color: 149057.

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

Color convert

RGB65702-
CMYK0.0700.970.73
HSL64.41º94.44%14.12%-
HSV(B)64.41º97.14%27.45%-
XYZ4.385.510.89-
YUV60.7594.84131.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 70 (27.73% from 255) = 51.09%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=47.45%
G=51.09%
B=1.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal657020.0700.970.7364.4194.4414.12
Hex41462706149405ee
Octal10110627014111110013616
Binary1000001100011010111011000011001001100000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414602; }

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

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

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

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

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

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

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

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