#515508

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

Shades of Verdun Green #515508

Tints of Verdun Green #515508

Color information

#515508 (or 0x515508) is unknown color: approx Verdun Green. HEX triplet: 51, 55 and 08. RGB value is (81,85,8). Sum of RGB (Red+Green+Blue) = 81+85+8=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #515508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515508 is #AEAAF7. Grayscale: #4B4B4B. Windows color (decimal): -11447032 or 546129. OLE color: 546129.

HSL color Cylindrical-coordinate representation of color #515508: hue angle of 63.12º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #515508 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB81858-
CMYK0.0500.910.67
HSL63.12º82.8%18.24%-
HSV(B)63.12º90.59%33.33%-
XYZ6.698.261.47-
YUV75.0390.17132.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=46.55%
G=48.85%
B=4.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal818580.0500.910.6763.1282.818.24
Hex51558505B433f5312
Octal12112510501331037712322
Binary101000110101011000101010110111000011111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515508; }

 p { color: rgb(81,85,8); }

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

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

 a { background-color: rgb(81,85,8); }

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

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

 span { border-color: rgb(81,85,8); }

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