#514A2C

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

Shades of Thatch Green #514A2C

Tints of Thatch Green #514A2C

Color information

#514A2C (or 0x514A2C) is unknown color: approx Thatch Green. HEX triplet: 51, 4A and 2C. RGB value is (81,74,44). Sum of RGB (Red+Green+Blue) = 81+74+44=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A2C is #AEB5D3. Grayscale: #484848. Windows color (decimal): -11449812 or 2902609. OLE color: 2902609.

HSL color Cylindrical-coordinate representation of color #514A2C: hue angle of 48.65º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514A2C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB817444-
CMYK00.090.460.68
HSL48.65º29.6%24.51%-
HSV(B)48.65º45.68%31.76%-
XYZ6.36.833.37-
YUV72.67111.82133.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=40.70%
G=37.19%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81744400.090.460.6848.6529.624.51
Hex514A2C092E44311e19
Octal1211125401156104613631
Binary101000110010101011000100110111010001001100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A2C; }

 p { color: rgb(81,74,44); }

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

<style>
 a { background-color: #514A2C; }

 a { background-color: rgb(81,74,44); }

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

<style>
 span { border-color: #514A2C; }

 span { border-color: rgb(81,74,44); }

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