#414702

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

Shades of Verdun Green #414702

Tints of Verdun Green #414702

Color information

#414702 (or 0x414702) is unknown color: approx Verdun Green. HEX triplet: 41, 47 and 02. RGB value is (65,71,2). Sum of RGB (Red+Green+Blue) = 65+71+2=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #414702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414702 is #BEB8FD. Grayscale: #3D3D3D. Windows color (decimal): -12499198 or 149313. OLE color: 149313.

HSL color Cylindrical-coordinate representation of color #414702: hue angle of 65.22º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #414702 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB65712-
CMYK0.0800.970.72
HSL65.22º94.52%14.31%-
HSV(B)65.22º97.18%27.84%-
XYZ4.445.630.91-
YUV61.3494.51130.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=47.10%
G=51.45%
B=1.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal657120.0800.970.7265.2294.5214.31
Hex41472806148415fe
Octal101107210014111010113716
Binary10000011000111101000011000011001000100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414702; }

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

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

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

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

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

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

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

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