#51611A

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

Shades of Verdun Green #51611A

Tints of Verdun Green #51611A

Color information

#51611A (or 0x51611A) is unknown color: approx Verdun Green. HEX triplet: 51, 61 and 1A. RGB value is (81,97,26). Sum of RGB (Red+Green+Blue) = 81+97+26=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #51611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51611A is #AE9EE5. Grayscale: #545454. Windows color (decimal): -11443942 or 1728849. OLE color: 1728849.

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

Color convert

RGB819726-
CMYK0.1600.730.62
HSL73.52º57.72%24.12%-
HSV(B)73.52º73.2%38.04%-
XYZ7.8510.372.57-
YUV84.1295.2125.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 26 (10.55% from 255) = 12.75%
R=39.71%
G=47.55%
B=12.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197260.1600.730.6273.5257.7224.12
Hex51611A100493E4a3a18
Octal12114132200111761127230
Binary10100011100001110101000001001001111110100101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51611A; }

 p { color: rgb(81,97,26); }

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

<style>
 a { background-color: #51611A; }

 a { background-color: rgb(81,97,26); }

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

<style>
 span { border-color: #51611A; }

 span { border-color: rgb(81,97,26); }

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