#51500A

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

Shades of Verdun Green #51500A

Tints of Verdun Green #51500A

Color information

#51500A (or 0x51500A) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 0A. RGB value is (81,80,10). Sum of RGB (Red+Green+Blue) = 81+80+10=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #51500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51500A is #AEAFF5. Grayscale: #484848. Windows color (decimal): -11448310 or 675921. OLE color: 675921.

HSL color Cylindrical-coordinate representation of color #51500A: hue angle of 59.15º 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 #51500A is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB818010-
CMYK00.010.880.68
HSL59.15º78.02%17.84%-
HSV(B)59.15º87.65%31.76%-
XYZ6.327.511.4-
YUV72.3292.83134.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=47.37%
G=46.78%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81801000.010.880.6859.1578.0217.84
Hex5150A0158443b4e12
Octal12112012011301047311622
Binary1010001101000010100110110001000100111011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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