#416210

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

Shades of Verdun Green #416210

Tints of Verdun Green #416210

Color information

#416210 (or 0x416210) is unknown color: approx Verdun Green. HEX triplet: 41, 62 and 10. RGB value is (65,98,16). Sum of RGB (Red+Green+Blue) = 65+98+16=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #416210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416210 is #BE9DEF. Grayscale: #4F4F4F. Windows color (decimal): -12492272 or 1073729. OLE color: 1073729.

HSL color Cylindrical-coordinate representation of color #416210: hue angle of 84.15º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #416210 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB659816-
CMYK0.3400.840.62
HSL84.15º71.93%22.35%-
HSV(B)84.15º83.67%38.43%-
XYZ6.649.92.05-
YUV78.7892.57118.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 98 (38.67% from 255) = 54.75%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=36.31%
G=54.75%
B=8.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598160.3400.840.6284.1571.9322.35
Hex416210220543E544816
Octal101142204201247612411026
Binary1000001110001010000100010010101001111101010100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416210; }

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

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

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

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

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

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

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

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