#515503

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

Shades of Verdun Green #515503

Tints of Verdun Green #515503

Color information

#515503 (or 0x515503) is unknown color: approx Verdun Green. HEX triplet: 51, 55 and 03. RGB value is (81,85,3). Sum of RGB (Red+Green+Blue) = 81+85+3=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #515503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515503 is #AEAAFC. Grayscale: #4A4A4A. Windows color (decimal): -11447037 or 218449. OLE color: 218449.

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

Color convert

RGB81853-
CMYK0.0500.960.67
HSL62.93º93.18%17.25%-
HSV(B)62.93º96.47%33.33%-
XYZ6.668.251.33-
YUV74.4687.67132.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 3 (1.56% from 255) = 1.78%
R=47.93%
G=50.30%
B=1.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal818530.0500.960.6762.9393.1817.25
Hex515535060433f5d11
Octal1211253501401037713521
Binary1010001101010111101011000001000011111111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515503; }

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

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

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

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

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

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

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

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