#515003

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

Shades of Verdun Green #515003

Tints of Verdun Green #515003

Color information

#515003 (or 0x515003) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 03. RGB value is (81,80,3). Sum of RGB (Red+Green+Blue) = 81+80+3=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #515003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515003 is #AEAFFC. Grayscale: #474747. Windows color (decimal): -11448317 or 217169. OLE color: 217169.

HSL color Cylindrical-coordinate representation of color #515003: hue angle of 59.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #515003 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB81803-
CMYK00.010.960.68
HSL59.23º92.86%16.47%-
HSV(B)59.23º96.3%31.76%-
XYZ6.287.491.2-
YUV71.5289.33134.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 3 (1.56% from 255) = 1.83%
R=49.39%
G=48.78%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8180300.010.960.6859.2392.8616.47
Hex515030160443b5d10
Octal1211203011401047313520
Binary10100011010000110111000001000100111011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515003; }

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

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

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

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

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

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

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

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