#417301

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

Shades of Verdun Green #417301

Tints of Verdun Green #417301

Color information

#417301 (or 0x417301) is unknown color: approx Verdun Green. HEX triplet: 41, 73 and 01. RGB value is (65,115,1). Sum of RGB (Red+Green+Blue) = 65+115+1=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #417301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417301 is #BE8CFE. Grayscale: #575757. Windows color (decimal): -12487935 or 95041. OLE color: 95041.

HSL color Cylindrical-coordinate representation of color #417301: hue angle of 86.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #417301 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB651151-
CMYK0.4300.990.55
HSL86.32º98.28%22.75%-
HSV(B)86.32º99.13%45.1%-
XYZ8.3213.392.17-
YUV87.0579.44112.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 115 (45.31% from 255) = 63.54%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=35.91%
G=63.54%
B=0.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6511510.4300.990.5586.3298.2822.75
Hex417312B06337566217
Octal10116315301436712614227
Binary100000111100111101011011000111101111010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417301; }

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

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

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

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

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

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

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

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