#514A2F

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

Shades of Thatch Green #514A2F

Tints of Thatch Green #514A2F

Color information

#514A2F (or 0x514A2F) is unknown color: approx Thatch Green. HEX triplet: 51, 4A and 2F. RGB value is (81,74,47). Sum of RGB (Red+Green+Blue) = 81+74+47=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A2F is #AEB5D0. Grayscale: #494949. Windows color (decimal): -11449809 or 3099217. OLE color: 3099217.

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

Color convert

RGB817447-
CMYK00.090.420.68
HSL47.65º26.56%25.1%-
HSV(B)47.65º41.98%31.76%-
XYZ6.366.853.68-
YUV73.02113.32133.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=40.10%
G=36.63%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81744700.090.420.6847.6526.5625.1
Hex514A2F092A44301b19
Octal1211125701152104603331
Binary101000110010101011110100110101010001001100001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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