#514C31

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

Shades of Thatch Green #514C31

Tints of Thatch Green #514C31

Color information

#514C31 (or 0x514C31) is unknown color: approx Thatch Green. HEX triplet: 51, 4C and 31. RGB value is (81,76,49). Sum of RGB (Red+Green+Blue) = 81+76+49=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C31 is #AEB3CE. Grayscale: #4A4A4A. Windows color (decimal): -11449295 or 3230801. OLE color: 3230801.

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

Color convert

RGB817649-
CMYK00.060.400.68
HSL50.62º24.62%25.49%-
HSV(B)50.62º39.51%31.76%-
XYZ6.537.143.94-
YUV74.42113.66132.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=39.32%
G=36.89%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81764900.060.400.6850.6224.6225.49
Hex514C31062844331919
Octal121114610650104633131
Binary10100011001100110001011010100010001001100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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