#515506

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

Shades of Verdun Green #515506

Tints of Verdun Green #515506

Color information

#515506 (or 0x515506) is unknown color: approx Verdun Green. HEX triplet: 51, 55 and 06. RGB value is (81,85,6). Sum of RGB (Red+Green+Blue) = 81+85+6=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #515506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515506 is #AEAAF9. Grayscale: #4B4B4B. Windows color (decimal): -11447034 or 415057. OLE color: 415057.

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

Color convert

RGB81856-
CMYK0.0500.930.67
HSL63.04º86.81%17.84%-
HSV(B)63.04º92.94%33.33%-
XYZ6.678.261.41-
YUV74.889.17132.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=47.09%
G=49.42%
B=3.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal818560.0500.930.6763.0486.8117.84
Hex51556505D433f5712
Octal1211256501351037712722
Binary10100011010101110101010111011000011111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515506; }

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

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

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

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

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

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

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

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