#416001

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

Shades of Verdun Green #416001

Tints of Verdun Green #416001

Color information

#416001 (or 0x416001) is unknown color: approx Verdun Green. HEX triplet: 41, 60 and 01. RGB value is (65,96,1). Sum of RGB (Red+Green+Blue) = 65+96+1=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #416001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416001 is #BE9FFE. Grayscale: #4C4C4C. Windows color (decimal): -12492799 or 90177. OLE color: 90177.

HSL color Cylindrical-coordinate representation of color #416001: hue angle of 79.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #416001 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB65961-
CMYK0.3200.990.62
HSL79.58º97.94%19.02%-
HSV(B)79.58º98.96%37.65%-
XYZ6.379.491.53-
YUV75.985.73120.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=40.12%
G=59.26%
B=0.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal659610.3200.990.6279.5897.9419.02
Hex41601200633E506213
Octal10114014001437612014223
Binary100000111000001100000011000111111101010000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416001; }

 p { color: rgb(65,96,1); }

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

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

 a { background-color: rgb(65,96,1); }

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

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

 span { border-color: rgb(65,96,1); }

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