#536348

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

Shades of Tom Thumb #536348

Tints of Tom Thumb #536348

Color information

#536348 (or 0x536348) is unknown color: approx Tom Thumb. HEX triplet: 53, 63 and 48. RGB value is (83,99,72). Sum of RGB (Red+Green+Blue) = 83+99+72=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #536348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536348 is #AC9CB7. Grayscale: #5B5B5B. Windows color (decimal): -11312312 or 4744019. OLE color: 4744019.

HSL color Cylindrical-coordinate representation of color #536348: hue angle of 95.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536348 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB839972-
CMYK0.1600.270.61
HSL95.56º15.79%33.53%-
HSV(B)95.56º27.27%38.82%-
XYZ9.211.237.81-
YUV91.14117.2122.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=32.68%
G=38.98%
B=28.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399720.1600.270.6195.5615.7933.53
Hex5363481001B3D601022
Octal12314311020033751402042
Binary10100111100011100100010000011011111101110000010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536348; }

 p { color: rgb(83,99,72); }

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

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

 a { background-color: rgb(83,99,72); }

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

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

 span { border-color: rgb(83,99,72); }

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