#505515

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

Shades of Verdun Green #505515

Tints of Verdun Green #505515

Color information

#505515 (or 0x505515) is unknown color: approx Verdun Green. HEX triplet: 50, 55 and 15. RGB value is (80,85,21). Sum of RGB (Red+Green+Blue) = 80+85+21=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #505515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505515 is #AFAAEA. Grayscale: #4C4C4C. Windows color (decimal): -11512555 or 1398096. OLE color: 1398096.

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

Color convert

RGB808521-
CMYK0.0600.750.67
HSL64.69º60.38%20.78%-
HSV(B)64.69º75.29%33.33%-
XYZ6.698.261.95-
YUV76.2196.84130.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=43.01%
G=45.70%
B=11.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085210.0600.750.6764.6960.3820.78
Hex505515604B43413c15
Octal12012525601131031017425
Binary1010000101010110101110010010111000011100000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505515; }

 p { color: rgb(80,85,21); }

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

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

 a { background-color: rgb(80,85,21); }

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

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

 span { border-color: rgb(80,85,21); }

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