#51600B

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

Shades of Verdun Green #51600B

Tints of Verdun Green #51600B

Color information

#51600B (or 0x51600B) is unknown color: approx Verdun Green. HEX triplet: 51, 60 and 0B. RGB value is (81,96,11). Sum of RGB (Red+Green+Blue) = 81+96+11=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #51600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51600B is #AE9FF4. Grayscale: #525252. Windows color (decimal): -11444213 or 745553. OLE color: 745553.

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

Color convert

RGB819611-
CMYK0.1600.890.62
HSL70.59º79.44%20.98%-
HSV(B)70.59º88.54%37.65%-
XYZ7.6410.141.87-
YUV81.8288.03127.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=43.09%
G=51.06%
B=5.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196110.1600.890.6270.5979.4420.98
Hex5160B100593E474f15
Octal121140132001317610711725
Binary10100011100000101110000010110011111101000111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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