#51601B

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

Shades of Verdun Green #51601B

Tints of Verdun Green #51601B

Color information

#51601B (or 0x51601B) is unknown color: approx Verdun Green. HEX triplet: 51, 60 and 1B. RGB value is (81,96,27). Sum of RGB (Red+Green+Blue) = 81+96+27=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #51601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51601B is #AE9FE4. Grayscale: #535353. Windows color (decimal): -11444197 or 1794129. OLE color: 1794129.

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

Color convert

RGB819627-
CMYK0.1600.720.62
HSL73.04º56.1%24.12%-
HSV(B)73.04º71.88%37.65%-
XYZ7.7710.192.59-
YUV83.6596.03126.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=39.71%
G=47.06%
B=13.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196270.1600.720.6273.0456.124.12
Hex51601B100483E493818
Octal12114033200110761117030
Binary10100011100000110111000001001000111110100100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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