#514A2A

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

Shades of Thatch Green #514A2A

Tints of Thatch Green #514A2A

Color information

#514A2A (or 0x514A2A) is unknown color: approx Thatch Green. HEX triplet: 51, 4A and 2A. RGB value is (81,74,42). Sum of RGB (Red+Green+Blue) = 81+74+42=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #514A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A2A is #AEB5D5. Grayscale: #484848. Windows color (decimal): -11449814 or 2771537. OLE color: 2771537.

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

Color convert

RGB817442-
CMYK00.090.480.68
HSL49.23º31.71%24.12%-
HSV(B)49.23º48.15%31.76%-
XYZ6.266.813.18-
YUV72.44110.82134.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=41.12%
G=37.56%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81744200.090.480.6849.2331.7124.12
Hex514A2A093044312018
Octal1211125201160104614030
Binary1010001100101010101001001110000100010011000110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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