#51500E

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

Shades of Verdun Green #51500E

Tints of Verdun Green #51500E

Color information

#51500E (or 0x51500E) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 0E. RGB value is (81,80,14). Sum of RGB (Red+Green+Blue) = 81+80+14=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51500E is #AEAFF1. Grayscale: #494949. Windows color (decimal): -11448306 or 938065. OLE color: 938065.

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

Color convert

RGB818014-
CMYK00.010.830.68
HSL59.1º70.53%18.63%-
HSV(B)59.1º82.72%31.76%-
XYZ6.347.521.53-
YUV72.7794.83133.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 14 (5.86% from 255) = 8%
R=46.29%
G=45.71%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81801400.010.830.6859.170.5318.63
Hex5150E0153443b4713
Octal12112016011231047310723
Binary1010001101000011100110100111000100111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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