#415311

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

Shades of Verdun Green #415311

Tints of Verdun Green #415311

Color information

#415311 (or 0x415311) is unknown color: approx Verdun Green. HEX triplet: 41, 53 and 11. RGB value is (65,83,17). Sum of RGB (Red+Green+Blue) = 65+83+17=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #415311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415311 is #BEACEE. Grayscale: #464646. Windows color (decimal): -12496111 or 1135425. OLE color: 1135425.

HSL color Cylindrical-coordinate representation of color #415311: hue angle of 76.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #415311 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB658317-
CMYK0.2200.800.67
HSL76.36º66%19.61%-
HSV(B)76.36º79.52%32.55%-
XYZ5.377.351.67-
YUV70.0998.04124.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=39.39%
G=50.30%
B=10.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583170.2200.800.6776.366619.61
Hex41531116050434c4214
Octal1011232126012010311410224
Binary1000001101001110001101100101000010000111001100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415311; }

 p { color: rgb(65,83,17); }

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

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

 a { background-color: rgb(65,83,17); }

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

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

 span { border-color: rgb(65,83,17); }

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