#536C47

Color #536C47 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #536C47

Tints of Tom Thumb #536C47

Color information

#536C47 (or 0x536C47) is unknown color: approx Tom Thumb. HEX triplet: 53, 6C and 47. RGB value is (83,108,71). Sum of RGB (Red+Green+Blue) = 83+108+71=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #536C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C47 is #AC93B8. Grayscale: #606060. Windows color (decimal): -11310009 or 4680787. OLE color: 4680787.

HSL color Cylindrical-coordinate representation of color #536C47: hue angle of 100.54º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #536C47 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB8310871-
CMYK0.2300.340.58
HSL100.54º20.67%35.1%-
HSV(B)100.54º34.26%42.35%-
XYZ10.0713.027.94-
YUV96.31113.72118.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=31.68%
G=41.22%
B=27.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83108710.2300.340.58100.5420.6735.1
Hex536C47170223A651523
Octal12315410727042721452543
Binary101001111011001000111101110100010111010110010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536C47; }

 p { color: rgb(83,108,71); }

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

<style>
 a { background-color: #536C47; }

 a { background-color: rgb(83,108,71); }

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

<style>
 span { border-color: #536C47; }

 span { border-color: rgb(83,108,71); }

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