#514C29

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

Shades of Thatch Green #514C29

Tints of Thatch Green #514C29

Color information

#514C29 (or 0x514C29) is unknown color: approx Thatch Green. HEX triplet: 51, 4C and 29. RGB value is (81,76,41). Sum of RGB (Red+Green+Blue) = 81+76+41=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #514C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C29 is #AEB3D6. Grayscale: #494949. Windows color (decimal): -11449303 or 2706513. OLE color: 2706513.

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

Color convert

RGB817641-
CMYK00.060.490.68
HSL52.5º32.79%23.92%-
HSV(B)52.5º49.38%31.76%-
XYZ6.387.083.13-
YUV73.5109.66133.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 41 (16.41% from 255) = 20.71%
R=40.91%
G=38.38%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81764100.060.490.6852.532.7923.92
Hex514C29063144342118
Octal121114510661104644130
Binary101000110011001010010110110001100010011010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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