#536E45

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

Shades of Tom Thumb #536E45

Tints of Tom Thumb #536E45

Color information

#536E45 (or 0x536E45) is unknown color: approx Tom Thumb. HEX triplet: 53, 6E and 45. RGB value is (83,110,69). Sum of RGB (Red+Green+Blue) = 83+110+69=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #536E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536E45 is #AC91BA. Grayscale: #616161. Windows color (decimal): -11309499 or 4550227. OLE color: 4550227.

HSL color Cylindrical-coordinate representation of color #536E45: hue angle of 99.51º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #536E45 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB8311069-
CMYK0.2500.370.57
HSL99.51º22.91%35.1%-
HSV(B)99.51º37.27%43.14%-
XYZ10.2213.427.68-
YUV97.25112.05117.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=31.68%
G=41.98%
B=26.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83110690.2500.370.5799.5122.9135.1
Hex536E451902539641723
Octal12315610531045711442743
Binary101001111011101000101110010100101111001110010010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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