#536D4B

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

Shades of Tom Thumb #536D4B

Tints of Tom Thumb #536D4B

Color information

#536D4B (or 0x536D4B) is unknown color: approx Tom Thumb. HEX triplet: 53, 6D and 4B. RGB value is (83,109,75). Sum of RGB (Red+Green+Blue) = 83+109+75=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #536D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D4B is #AC92B4. Grayscale: #616161. Windows color (decimal): -11309749 or 4943187. OLE color: 4943187.

HSL color Cylindrical-coordinate representation of color #536D4B: hue angle of 105.88º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536D4B is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB8310975-
CMYK0.2400.310.57
HSL105.88º18.48%36.08%-
HSV(B)105.88º31.19%42.75%-
XYZ10.3113.288.68-
YUV97.35115.39117.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 109 (42.97% from 255) = 40.82%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=31.09%
G=40.82%
B=28.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83109750.2400.310.57105.8818.4836.08
Hex536D4B1801F396a1224
Octal12315511330037711522244
Binary10100111101101100101111000011111111001110101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,109,75); }

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

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

 a { background-color: rgb(83,109,75); }

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

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

 span { border-color: rgb(83,109,75); }

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