#51500B

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

Shades of Verdun Green #51500B

Tints of Verdun Green #51500B

Color information

#51500B (or 0x51500B) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 0B. RGB value is (81,80,11). Sum of RGB (Red+Green+Blue) = 81+80+11=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #51500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51500B is #AEAFF4. Grayscale: #484848. Windows color (decimal): -11448309 or 741457. OLE color: 741457.

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

Color convert

RGB818011-
CMYK00.010.860.68
HSL59.14º76.09%18.04%-
HSV(B)59.14º86.42%31.76%-
XYZ6.327.511.43-
YUV72.4393.33134.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=47.09%
G=46.51%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81801100.010.860.6859.1476.0918.04
Hex5150B0156443b4c12
Octal12112013011261047311422
Binary1010001101000010110110101101000100111011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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