#417003

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

Shades of Verdun Green #417003

Tints of Verdun Green #417003

Color information

#417003 (or 0x417003) is unknown color: approx Verdun Green. HEX triplet: 41, 70 and 03. RGB value is (65,112,3). Sum of RGB (Red+Green+Blue) = 65+112+3=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #417003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417003 is #BE8FFC. Grayscale: #555555. Windows color (decimal): -12488701 or 225345. OLE color: 225345.

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

Color convert

RGB651123-
CMYK0.4200.970.56
HSL85.87º94.78%22.55%-
HSV(B)85.87º97.32%43.92%-
XYZ7.9912.722.12-
YUV85.5281.43113.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 112 (44.14% from 255) = 62.22%
BLUE value IS 3 (1.56% from 255) = 1.67%
R=36.11%
G=62.22%
B=1.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6511230.4200.970.5685.8794.7822.55
Hex417032A06138565f17
Octal10116035201417012613727
Binary1000001111000011101010011000011110001010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417003; }

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

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

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

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

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

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

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

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