#51510A

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

Shades of Verdun Green #51510A

Tints of Verdun Green #51510A

Color information

#51510A (or 0x51510A) is unknown color: approx Verdun Green. HEX triplet: 51, 51 and 0A. RGB value is (81,81,10). Sum of RGB (Red+Green+Blue) = 81+81+10=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 81 - color contains mainly: red, green. Hex color #51510A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51510A is #AEAEF5. Grayscale: #494949. Windows color (decimal): -11448054 or 676177. OLE color: 676177.

HSL color Cylindrical-coordinate representation of color #51510A: hue angle of 60º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51510A is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB818110-
CMYK000.880.68
HSL60º78.02%17.84%-
HSV(B)60º87.65%31.76%-
XYZ6.397.661.43-
YUV72.9192.5133.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=47.09%
G=47.09%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818110000.880.686078.0217.84
Hex5151A0058443c4e12
Octal12112112001301047411622
Binary1010001101000110100010110001000100111100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51510A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51510A; }

 p { color: rgb(81,81,10); }

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

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

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

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

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

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

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