#417006

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

Shades of Verdun Green #417006

Tints of Verdun Green #417006

Color information

#417006 (or 0x417006) is unknown color: approx Verdun Green. HEX triplet: 41, 70 and 06. RGB value is (65,112,6). Sum of RGB (Red+Green+Blue) = 65+112+6=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #417006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417006 is #BE8FF9. Grayscale: #565656. Windows color (decimal): -12488698 or 421953. OLE color: 421953.

HSL color Cylindrical-coordinate representation of color #417006: hue angle of 86.6º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #417006 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB651126-
CMYK0.4200.950.56
HSL86.6º89.83%23.14%-
HSV(B)86.6º94.64%43.92%-
XYZ8.0112.732.21-
YUV85.8682.93113.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=35.52%
G=61.20%
B=3.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6511260.4200.950.5686.689.8323.14
Hex417062A05F38575a17
Octal10116065201377012713227
Binary10000011110000110101010010111111110001010111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417006; }

 p { color: rgb(65,112,6); }

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

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

 a { background-color: rgb(65,112,6); }

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

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

 span { border-color: rgb(65,112,6); }

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