#51690C

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

Shades of Verdun Green #51690C

Tints of Verdun Green #51690C

Color information

#51690C (or 0x51690C) is unknown color: approx Verdun Green. HEX triplet: 51, 69 and 0C. RGB value is (81,105,12). Sum of RGB (Red+Green+Blue) = 81+105+12=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #51690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51690C is #AE96F3. Grayscale: #575757. Windows color (decimal): -11441908 or 813393. OLE color: 813393.

HSL color Cylindrical-coordinate representation of color #51690C: hue angle of 75.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51690C is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB8110512-
CMYK0.2300.890.59
HSL75.48º79.49%22.94%-
HSV(B)75.48º88.57%41.18%-
XYZ8.5111.882.19-
YUV87.2285.55123.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=40.91%
G=53.03%
B=6.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81105120.2300.890.5975.4879.4922.94
Hex5169C170593B4b4f17
Octal121151142701317311311727
Binary10100011101001110010111010110011110111001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51690C; }

 p { color: rgb(81,105,12); }

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

<style>
 a { background-color: #51690C; }

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

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

<style>
 span { border-color: #51690C; }

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

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