#414710

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

Shades of Verdun Green #414710

Tints of Verdun Green #414710

Color information

#414710 (or 0x414710) is unknown color: approx Verdun Green. HEX triplet: 41, 47 and 10. RGB value is (65,71,16). Sum of RGB (Red+Green+Blue) = 65+71+16=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #414710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414710 is #BEB8EF. Grayscale: #3F3F3F. Windows color (decimal): -12499184 or 1066817. OLE color: 1066817.

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

Color convert

RGB657116-
CMYK0.0800.770.72
HSL66.55º63.22%17.06%-
HSV(B)66.55º77.46%27.84%-
XYZ4.535.671.35-
YUV62.94101.51129.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=42.76%
G=46.71%
B=10.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571160.0800.770.7266.5563.2217.06
Hex414710804D48433f11
Octal101107201001151101037721
Binary10000011000111100001000010011011001000100001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414710; }

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

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

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

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

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

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

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

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