#417205

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

Shades of Verdun Green #417205

Tints of Verdun Green #417205

Color information

#417205 (or 0x417205) is unknown color: approx Verdun Green. HEX triplet: 41, 72 and 05. RGB value is (65,114,5). Sum of RGB (Red+Green+Blue) = 65+114+5=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #417205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417205 is #BE8DFA. Grayscale: #575757. Windows color (decimal): -12488187 or 356929. OLE color: 356929.

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

Color convert

RGB651145-
CMYK0.4300.960.55
HSL86.97º91.6%23.33%-
HSV(B)86.97º95.61%44.71%-
XYZ8.2213.172.25-
YUV86.9281.77112.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 114 (44.92% from 255) = 61.96%
BLUE value IS 5 (2.34% from 255) = 2.72%
R=35.33%
G=61.96%
B=2.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6511450.4300.960.5586.9791.623.33
Hex417252B06037575c17
Octal10116255301406712713427
Binary10000011110010101101011011000001101111010111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417205; }

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

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

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

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

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

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

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

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