#514C32

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

Shades of Thatch Green #514C32

Tints of Thatch Green #514C32

Color information

#514C32 (or 0x514C32) is unknown color: approx Thatch Green. HEX triplet: 51, 4C and 32. RGB value is (81,76,50). Sum of RGB (Red+Green+Blue) = 81+76+50=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C32 is #AEB3CD. Grayscale: #4A4A4A. Windows color (decimal): -11449294 or 3296337. OLE color: 3296337.

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

Color convert

RGB817650-
CMYK00.060.380.68
HSL50.32º23.66%25.69%-
HSV(B)50.32º38.27%31.76%-
XYZ6.557.154.05-
YUV74.53114.16132.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=39.13%
G=36.71%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81765000.060.380.6850.3223.6625.69
Hex514C3206264432181a
Octal121114620646104623032
Binary10100011001100110010011010011010001001100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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