#536944

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

Shades of Tom Thumb #536944

Tints of Tom Thumb #536944

Color information

#536944 (or 0x536944) is unknown color: approx Tom Thumb. HEX triplet: 53, 69 and 44. RGB value is (83,105,68). Sum of RGB (Red+Green+Blue) = 83+105+68=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #536944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536944 is #AC96BB. Grayscale: #5E5E5E. Windows color (decimal): -11310780 or 4483411. OLE color: 4483411.

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

Color convert

RGB8310568-
CMYK0.2100.350.59
HSL95.68º21.39%33.92%-
HSV(B)95.68º35.24%41.18%-
XYZ9.6612.367.35-
YUV94.2113.21120.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=32.42%
G=41.02%
B=26.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105680.2100.350.5995.6821.3933.92
Hex536944150233B601522
Octal12315110425043731402542
Binary101001111010011000100101010100011111011110000010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536944; }

 p { color: rgb(83,105,68); }

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

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

 a { background-color: rgb(83,105,68); }

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

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

 span { border-color: rgb(83,105,68); }

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