#415511

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

Shades of Verdun Green #415511

Tints of Verdun Green #415511

Color information

#415511 (or 0x415511) is unknown color: approx Verdun Green. HEX triplet: 41, 55 and 11. RGB value is (65,85,17). Sum of RGB (Red+Green+Blue) = 65+85+17=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #415511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415511 is #BEAAEE. Grayscale: #474747. Windows color (decimal): -12495599 or 1135937. OLE color: 1135937.

HSL color Cylindrical-coordinate representation of color #415511: hue angle of 77.65º degrees, saturation: 0.67, 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 #415511 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB658517-
CMYK0.2400.800.67
HSL77.65º66.67%20%-
HSV(B)77.65º80%33.33%-
XYZ5.537.661.72-
YUV71.2797.37123.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=38.92%
G=50.90%
B=10.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585170.2400.800.6777.6566.6720
Hex41551118050434e4314
Octal1011252130012010311610324
Binary1000001101010110001110000101000010000111001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415511; }

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

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

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

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

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

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

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

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