#416805

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

Shades of Verdun Green #416805

Tints of Verdun Green #416805

Color information

#416805 (or 0x416805) is unknown color: approx Verdun Green. HEX triplet: 41, 68 and 05. RGB value is (65,104,5). Sum of RGB (Red+Green+Blue) = 65+104+5=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #416805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416805 is #BE97FA. Grayscale: #515151. Windows color (decimal): -12490747 or 354369. OLE color: 354369.

HSL color Cylindrical-coordinate representation of color #416805: hue angle of 83.64º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #416805 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB651045-
CMYK0.3800.950.59
HSL83.64º90.83%21.37%-
HSV(B)83.64º95.19%40.78%-
XYZ7.1611.041.9-
YUV81.0585.08116.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 104 (41.02% from 255) = 59.77%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=37.36%
G=59.77%
B=2.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6510450.3800.950.5983.6490.8321.37
Hex416852605F3B545b15
Octal10115054601377312413325
Binary10000011101000101100110010111111110111010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416805; }

 p { color: rgb(65,104,5); }

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

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

 a { background-color: rgb(65,104,5); }

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

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

 span { border-color: rgb(65,104,5); }

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