#515504

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

Shades of Verdun Green #515504

Tints of Verdun Green #515504

Color information

#515504 (or 0x515504) is unknown color: approx Verdun Green. HEX triplet: 51, 55 and 04. RGB value is (81,85,4). Sum of RGB (Red+Green+Blue) = 81+85+4=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #515504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515504 is #AEAAFB. Grayscale: #4A4A4A. Windows color (decimal): -11447036 or 283985. OLE color: 283985.

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

Color convert

RGB81854-
CMYK0.0500.950.67
HSL62.96º91.01%17.45%-
HSV(B)62.96º95.29%33.33%-
XYZ6.668.261.36-
YUV74.5788.17132.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 2.35%
R=47.65%
G=50%
B=2.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal818540.0500.950.6762.9691.0117.45
Hex51554505F433f5b11
Octal1211254501371037713321
Binary10100011010101100101010111111000011111111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515504; }

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

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

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

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

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

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

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

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