#515305

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

Shades of Verdun Green #515305

Tints of Verdun Green #515305

Color information

#515305 (or 0x515305) is unknown color: approx Verdun Green. HEX triplet: 51, 53 and 05. RGB value is (81,83,5). Sum of RGB (Red+Green+Blue) = 81+83+5=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #515305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515305 is #AEACFA. Grayscale: #494949. Windows color (decimal): -11447547 or 349009. OLE color: 349009.

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

Color convert

RGB81835-
CMYK0.0200.940.67
HSL61.54º88.64%17.25%-
HSV(B)61.54º93.98%32.55%-
XYZ6.517.951.33-
YUV73.5189.34133.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=47.93%
G=49.11%
B=2.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal818350.0200.940.6761.5488.6417.25
Hex51535205E433e5911
Octal1211235201361037613121
Binary1010001101001110110010111101000011111110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515305; }

 p { color: rgb(81,83,5); }

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

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

 a { background-color: rgb(81,83,5); }

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

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

 span { border-color: rgb(81,83,5); }

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