#514C33

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

Shades of Thatch Green #514C33

Tints of Thatch Green #514C33

Color information

#514C33 (or 0x514C33) is unknown color: approx Thatch Green. HEX triplet: 51, 4C and 33. RGB value is (81,76,51). Sum of RGB (Red+Green+Blue) = 81+76+51=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #514C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C33 is #AEB3CC. Grayscale: #4A4A4A. Windows color (decimal): -11449293 or 3361873. OLE color: 3361873.

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

Color convert

RGB817651-
CMYK00.060.370.68
HSL50º22.73%25.88%-
HSV(B)50º37.04%31.76%-
XYZ6.587.164.17-
YUV74.64114.66132.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=38.94%
G=36.54%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81765100.060.370.685022.7325.88
Hex514C3306254432171a
Octal121114630645104622732
Binary10100011001100110011011010010110001001100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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