#51600D

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

Shades of Verdun Green #51600D

Tints of Verdun Green #51600D

Color information

#51600D (or 0x51600D) is unknown color: approx Verdun Green. HEX triplet: 51, 60 and 0D. RGB value is (81,96,13). Sum of RGB (Red+Green+Blue) = 81+96+13=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #51600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51600D is #AE9FF2. Grayscale: #525252. Windows color (decimal): -11444211 or 876625. OLE color: 876625.

HSL color Cylindrical-coordinate representation of color #51600D: hue angle of 70.84º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51600D is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB819613-
CMYK0.1600.860.62
HSL70.84º76.15%21.37%-
HSV(B)70.84º86.46%37.65%-
XYZ7.6510.141.94-
YUV82.0589.03127.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=42.63%
G=50.53%
B=6.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196130.1600.860.6270.8476.1521.37
Hex5160D100563E474c15
Octal121140152001267610711425
Binary10100011100000110110000010101101111101000111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51600D; }

 p { color: rgb(81,96,13); }

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

<style>
 a { background-color: #51600D; }

 a { background-color: rgb(81,96,13); }

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

<style>
 span { border-color: #51600D; }

 span { border-color: rgb(81,96,13); }

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