#415111

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

Shades of Verdun Green #415111

Tints of Verdun Green #415111

Color information

#415111 (or 0x415111) is unknown color: approx Verdun Green. HEX triplet: 41, 51 and 11. RGB value is (65,81,17). Sum of RGB (Red+Green+Blue) = 65+81+17=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #415111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415111 is #BEAEEE. Grayscale: #454545. Windows color (decimal): -12496623 or 1134913. OLE color: 1134913.

HSL color Cylindrical-coordinate representation of color #415111: hue angle of 75º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #415111 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB658117-
CMYK0.2000.790.68
HSL75º65.31%19.22%-
HSV(B)75º79.01%31.76%-
XYZ5.227.051.62-
YUV68.9298.7125.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=39.88%
G=49.69%
B=10.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581170.2000.790.687565.3119.22
Hex4151111404F444b4113
Octal1011212124011710411310123
Binary1000001101000110001101000100111110001001001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415111; }

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

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

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

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

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

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

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

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