#536C4C

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

Shades of Tom Thumb #536C4C

Tints of Tom Thumb #536C4C

Color information

#536C4C (or 0x536C4C) is unknown color: approx Tom Thumb. HEX triplet: 53, 6C and 4C. RGB value is (83,108,76). Sum of RGB (Red+Green+Blue) = 83+108+76=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #536C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C4C is #AC93B3. Grayscale: #606060. Windows color (decimal): -11310004 or 5008467. OLE color: 5008467.

HSL color Cylindrical-coordinate representation of color #536C4C: hue angle of 106.87º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536C4C is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB8310876-
CMYK0.2300.300.58
HSL106.87º17.39%36.08%-
HSV(B)106.87º29.63%42.35%-
XYZ10.2313.098.82-
YUV96.88116.22118.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=31.09%
G=40.45%
B=28.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83108760.2300.300.58106.8717.3936.08
Hex536C4C1701E3A6b1124
Octal12315411427036721532144
Binary10100111101100100110010111011110111010110101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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