#514C34

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

Shades of Thatch Green #514C34

Tints of Thatch Green #514C34

Color information

#514C34 (or 0x514C34) is unknown color: approx Thatch Green. HEX triplet: 51, 4C and 34. RGB value is (81,76,52). Sum of RGB (Red+Green+Blue) = 81+76+52=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #514C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C34 is #AEB3CB. Grayscale: #4A4A4A. Windows color (decimal): -11449292 or 3427409. OLE color: 3427409.

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

Color convert

RGB817652-
CMYK00.060.360.68
HSL49.66º21.8%26.08%-
HSV(B)49.66º35.8%31.76%-
XYZ6.67.174.28-
YUV74.76115.16132.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=38.76%
G=36.36%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81765200.060.360.6849.6621.826.08
Hex514C3406244432161a
Octal121114640644104622632
Binary10100011001100110100011010010010001001100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,76,52); }

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

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

 a { background-color: rgb(81,76,52); }

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

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

 span { border-color: rgb(81,76,52); }

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