#536948

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

Shades of Tom Thumb #536948

Tints of Tom Thumb #536948

Color information

#536948 (or 0x536948) is unknown color: approx Tom Thumb. HEX triplet: 53, 69 and 48. RGB value is (83,105,72). Sum of RGB (Red+Green+Blue) = 83+105+72=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #536948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536948 is #AC96B7. Grayscale: #5E5E5E. Windows color (decimal): -11310776 or 4745555. OLE color: 4745555.

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

Color convert

RGB8310572-
CMYK0.2100.310.59
HSL100º18.64%34.71%-
HSV(B)100º31.43%41.18%-
XYZ9.7912.418.01-
YUV94.66115.21119.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=31.92%
G=40.38%
B=27.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105720.2100.310.5910018.6434.71
Hex5369481501F3B641323
Octal12315111025037731442343
Binary10100111101001100100010101011111111011110010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536948; }

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

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

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

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

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

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

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

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