#416803

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

Shades of Verdun Green #416803

Tints of Verdun Green #416803

Color information

#416803 (or 0x416803) is unknown color: approx Verdun Green. HEX triplet: 41, 68 and 03. RGB value is (65,104,3). Sum of RGB (Red+Green+Blue) = 65+104+3=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #416803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416803 is #BE97FC. Grayscale: #515151. Windows color (decimal): -12490749 or 223297. OLE color: 223297.

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

Color convert

RGB651043-
CMYK0.3800.970.59
HSL83.17º94.39%20.98%-
HSV(B)83.17º97.12%40.78%-
XYZ7.1511.031.84-
YUV80.8284.08116.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 104 (41.02% from 255) = 60.47%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=37.79%
G=60.47%
B=1.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6510430.3800.970.5983.1794.3920.98
Hex41683260613B535e15
Octal10115034601417312313625
Binary1000001110100011100110011000011110111010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416803; }

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

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

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

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

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

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

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

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