Html Css Color HEX #536D46 Tom Thumb

📋 copy color: '#536D46'

red 83 ◦ green 109 ◦ blue 70

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

Shades of Tom Thumb #536D46

Tints of Tom Thumb #536D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.72%

R = 31.68%
G = 41.6%
B = 26.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#536D46 (or 0x536D46) is known color: Tom Thumb. HEX triplet: 53, 6D and 46. RGB value is (83,109,70). Sum of RGB (Red+Green+Blue) = 83+109+70=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 109 - color contains mainly: green. Hex color #536D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D46 is #AC92B9. Grayscale: #606060. Windows color (decimal): -11309754 or 4615507. OLE color: 4615507.

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

Color convert

RGB 83 109 70 -
CMYK 0.24 0 0.36 0.57
HSL 100º 0.22% 0.35% -
HSV(B) 100º 0.36% 0.43% -
XYZ 10.14 13.22 7.81 -
YUV 96.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 83 109 70 0.24 0 0.36 0.57 100 0.22 0.35
Hex 53 6D 46 18 0 24 39 64 16 23
Octal 123 155 106 30 0 44 71 144 26 43
Binary 1010011 1101101 1000110 11000 0 100100 111001 1100100 10110 100011

Color Harmonies of #536D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D46

Black with #536D46

Text Example


Text Example

White with #536D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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