#51492B

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

Shades of Thatch Green #51492B

Tints of Thatch Green #51492B

Color information

#51492B (or 0x51492B) is unknown color: approx Thatch Green. HEX triplet: 51, 49 and 2B. RGB value is (81,73,43). Sum of RGB (Red+Green+Blue) = 81+73+43=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #51492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51492B is #AEB6D4. Grayscale: #484848. Windows color (decimal): -11450069 or 2836817. OLE color: 2836817.

HSL color Cylindrical-coordinate representation of color #51492B: hue angle of 47.37º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51492B is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB817343-
CMYK00.100.470.68
HSL47.37º30.65%24.31%-
HSV(B)47.37º46.91%31.76%-
XYZ6.216.693.25-
YUV71.97111.65134.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=41.12%
G=37.06%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81734300.100.470.6847.3730.6524.31
Hex51492B0A2F442f1f18
Octal1211115301257104573730
Binary101000110010011010110101010111110001001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,73,43); }

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

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

 a { background-color: rgb(81,73,43); }

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

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

 span { border-color: rgb(81,73,43); }

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