#51631B

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

Shades of Verdun Green #51631B

Tints of Verdun Green #51631B

Color information

#51631B (or 0x51631B) is unknown color: approx Verdun Green. HEX triplet: 51, 63 and 1B. RGB value is (81,99,27). Sum of RGB (Red+Green+Blue) = 81+99+27=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #51631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51631B is #AE9CE4. Grayscale: #555555. Windows color (decimal): -11443429 or 1794897. OLE color: 1794897.

HSL color Cylindrical-coordinate representation of color #51631B: hue angle of 75º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51631B is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB819927-
CMYK0.1800.730.61
HSL75º57.14%24.71%-
HSV(B)75º72.73%38.82%-
XYZ8.0510.752.69-
YUV85.4195.04124.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 99 (39.06% from 255) = 47.83%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=39.13%
G=47.83%
B=13.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199270.1800.730.617557.1424.71
Hex51631B120493D4b3919
Octal12114333220111751137131
Binary10100011100011110111001001001001111101100101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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