#514A30

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

Shades of Thatch Green #514A30

Tints of Thatch Green #514A30

Color information

#514A30 (or 0x514A30) is unknown color: approx Thatch Green. HEX triplet: 51, 4A and 30. RGB value is (81,74,48). Sum of RGB (Red+Green+Blue) = 81+74+48=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A30 is #AEB5CF. Grayscale: #494949. Windows color (decimal): -11449808 or 3164753. OLE color: 3164753.

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

Color convert

RGB817448-
CMYK00.090.410.68
HSL47.27º25.58%25.29%-
HSV(B)47.27º40.74%31.76%-
XYZ6.386.863.78-
YUV73.13113.82133.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=39.90%
G=36.45%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81744800.090.410.6847.2725.5825.29
Hex514A300929442f1a19
Octal1211126001151104573231
Binary101000110010101100000100110100110001001011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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