#415517

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

Shades of Verdun Green #415517

Tints of Verdun Green #415517

Color information

#415517 (or 0x415517) is unknown color: approx Verdun Green. HEX triplet: 41, 55 and 17. RGB value is (65,85,23). Sum of RGB (Red+Green+Blue) = 65+85+23=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #415517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415517 is #BEAAE8. Grayscale: #484848. Windows color (decimal): -12495593 or 1529153. OLE color: 1529153.

HSL color Cylindrical-coordinate representation of color #415517: hue angle of 79.35º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #415517 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB658523-
CMYK0.2400.730.67
HSL79.35º57.41%21.18%-
HSV(B)79.35º72.94%33.33%-
XYZ5.587.682-
YUV71.95100.37123.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=37.57%
G=49.13%
B=13.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585230.2400.730.6779.3557.4121.18
Hex41551718049434f3915
Octal101125273001111031177125
Binary100000110101011011111000010010011000011100111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415517; }

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

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

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

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

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

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

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

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