Html Css Color HEX #536D48 Tom Thumb

📋 copy color: '#536D48'

red 83 ◦ green 109 ◦ blue 72

#536D48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #536D48

Tints of Tom Thumb #536D48

RGB

 RED value IS 83 (32.81% from 255) = 31.44%

 GREEN value IS 109 (42.97% from 255) = 41.29%

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 31.44%
G = 41.29%
B = 27.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#536D48 (or 0x536D48) is known color: Tom Thumb. HEX triplet: 53, 6D and 48. RGB value is (83,109,72). Sum of RGB (Red+Green+Blue) = 83+109+72=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #536D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D48 is #AC92B7. Grayscale: #616161. Windows color (decimal): -11309752 or 4746579. OLE color: 4746579.

HSL color Cylindrical-coordinate representation of color #536D48: hue angle of 102.16º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #536D48 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 109 72 -
CMYK 0.24 0 0.34 0.57
HSL 102.16º 0.2% 0.35% -
HSV(B) 102.16º 0.34% 0.43% -
XYZ 10.21 13.24 8.15 -
YUV 97.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 83 109 72 0.24 0 0.34 0.57 102.16 0.2 0.35
Hex 53 6D 48 18 0 22 39 66 14 23
Octal 123 155 110 30 0 42 71 146 24 43
Binary 1010011 1101101 1001000 11000 0 100010 111001 1100110 10100 100011

Color Harmonies of #536D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D48

Black with #536D48

Text Example


Text Example

White with #536D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #536D48;
 }
 .AnyTagClassName
 {
   color: #536D48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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