#536650

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

Shades of Tom Thumb #536650

Tints of Tom Thumb #536650

Color information

#536650 (or 0x536650) is unknown color: approx Tom Thumb. HEX triplet: 53, 66 and 50. RGB value is (83,102,80). Sum of RGB (Red+Green+Blue) = 83+102+80=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 102 - color contains mainly: green. Hex color #536650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536650 is #AC99AF. Grayscale: #5D5D5D. Windows color (decimal): -11311536 or 5269075. OLE color: 5269075.

HSL color Cylindrical-coordinate representation of color #536650: hue angle of 111.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536650 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB8310280-
CMYK0.1900.220.6
HSL111.82º12.09%35.69%-
HSV(B)111.82º21.57%40%-
XYZ9.7711.929.38-
YUV93.81120.21120.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=31.32%
G=38.49%
B=30.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102800.1900.220.6111.8212.0935.69
Hex536650130163C70c24
Octal12314612023026741601444
Binary1010011110011010100001001101011011110011100001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536650; }

 p { color: rgb(83,102,80); }

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

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

 a { background-color: rgb(83,102,80); }

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

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

 span { border-color: rgb(83,102,80); }

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