#51680E

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

Shades of Verdun Green #51680E

Tints of Verdun Green #51680E

Color information

#51680E (or 0x51680E) is unknown color: approx Verdun Green. HEX triplet: 51, 68 and 0E. RGB value is (81,104,14). Sum of RGB (Red+Green+Blue) = 81+104+14=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #51680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51680E is #AE97F1. Grayscale: #575757. Windows color (decimal): -11442162 or 944209. OLE color: 944209.

HSL color Cylindrical-coordinate representation of color #51680E: hue angle of 75.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51680E is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB8110414-
CMYK0.2200.870.59
HSL75.33º76.27%23.14%-
HSV(B)75.33º86.54%40.78%-
XYZ8.4211.682.23-
YUV86.8686.88123.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=40.70%
G=52.26%
B=7.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104140.2200.870.5975.3376.2723.14
Hex5168E160573B4b4c17
Octal121150162601277311311427
Binary10100011101000111010110010101111110111001011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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