#51520D

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

Shades of Verdun Green #51520D

Tints of Verdun Green #51520D

Color information

#51520D (or 0x51520D) is unknown color: approx Verdun Green. HEX triplet: 51, 52 and 0D. RGB value is (81,82,13). Sum of RGB (Red+Green+Blue) = 81+82+13=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #51520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51520D is #AEADF2. Grayscale: #4A4A4A. Windows color (decimal): -11447795 or 873041. OLE color: 873041.

HSL color Cylindrical-coordinate representation of color #51520D: hue angle of 60.87º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51520D is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB818213-
CMYK0.0100.840.68
HSL60.87º72.63%18.63%-
HSV(B)60.87º84.15%32.16%-
XYZ6.487.811.55-
YUV73.8393.67133.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=46.02%
G=46.59%
B=7.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182130.0100.840.6860.8772.6318.63
Hex5152D1054443d4913
Octal12112215101241047511123
Binary1010001101001011011010101001000100111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51520D; }

 p { color: rgb(81,82,13); }

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

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

 a { background-color: rgb(81,82,13); }

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

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

 span { border-color: rgb(81,82,13); }

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