#536E4B

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

Shades of Tom Thumb #536E4B

Tints of Tom Thumb #536E4B

Color information

#536E4B (or 0x536E4B) is unknown color: approx Tom Thumb. HEX triplet: 53, 6E and 4B. RGB value is (83,110,75). Sum of RGB (Red+Green+Blue) = 83+110+75=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 110 - color contains mainly: green. Hex color #536E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536E4B is #AC91B4. Grayscale: #626262. Windows color (decimal): -11309493 or 4943443. OLE color: 4943443.

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

Color convert

RGB8311075-
CMYK0.2500.320.57
HSL106.29º18.92%36.27%-
HSV(B)106.29º31.82%43.14%-
XYZ10.4113.58.71-
YUV97.94115.05117.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 110 (43.36% from 255) = 41.04%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=30.97%
G=41.04%
B=27.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83110750.2500.320.57106.2918.9236.27
Hex536E4B19020396a1324
Octal12315611331040711522344
Binary101001111011101001011110010100000111001110101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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