#536A45

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

Shades of Tom Thumb #536A45

Tints of Tom Thumb #536A45

Color information

#536A45 (or 0x536A45) is unknown color: approx Tom Thumb. HEX triplet: 53, 6A and 45. RGB value is (83,106,69). Sum of RGB (Red+Green+Blue) = 83+106+69=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #536A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536A45 is #AC95BA. Grayscale: #5F5F5F. Windows color (decimal): -11310523 or 4549203. OLE color: 4549203.

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

Color convert

RGB8310669-
CMYK0.2200.350.58
HSL97.3º21.14%34.31%-
HSV(B)97.3º34.91%41.57%-
XYZ9.812.587.54-
YUV94.9113.38119.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=32.17%
G=41.09%
B=26.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83106690.2200.350.5897.321.1434.31
Hex536A45160233A611522
Octal12315210526043721412542
Binary101001111010101000101101100100011111010110000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,106,69); }

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

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

 a { background-color: rgb(83,106,69); }

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

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

 span { border-color: rgb(83,106,69); }

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