#416605

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

Shades of Verdun Green #416605

Tints of Verdun Green #416605

Color information

#416605 (or 0x416605) is unknown color: approx Verdun Green. HEX triplet: 41, 66 and 05. RGB value is (65,102,5). Sum of RGB (Red+Green+Blue) = 65+102+5=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #416605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416605 is #BE99FA. Grayscale: #505050. Windows color (decimal): -12491259 or 353857. OLE color: 353857.

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

Color convert

RGB651025-
CMYK0.3600.950.6
HSL82.89º90.65%20.98%-
HSV(B)82.89º95.1%40%-
XYZ6.9610.641.83-
YUV79.8885.74117.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 102 (40.23% from 255) = 59.30%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=37.79%
G=59.30%
B=2.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6510250.3600.950.682.8990.6520.98
Hex416652405F3C535b15
Octal10114654401377412313325
Binary10000011100110101100100010111111111001010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416605; }

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

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

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

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

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

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

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

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