Html Css Color HEX #536A46 Tom Thumb

📋 copy color: '#536A46'

red 83 ◦ green 106 ◦ blue 70

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

Shades of Tom Thumb #536A46

Tints of Tom Thumb #536A46

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.93%

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

R = 32.05%
G = 40.93%
B = 27.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#536A46 (or 0x536A46) is known color: Tom Thumb. HEX triplet: 53, 6A and 46. RGB value is (83,106,70). Sum of RGB (Red+Green+Blue) = 83+106+70=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #536A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536A46 is #AC95B9. Grayscale: #5F5F5F. Windows color (decimal): -11310522 or 4614739. OLE color: 4614739.

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

Color convert

RGB 83 106 70 -
CMYK 0.22 0 0.34 0.58
HSL 98.33º 0.2% 0.35% -
HSV(B) 98.33º 0.34% 0.42% -
XYZ 9.83 12.59 7.71 -
YUV 95.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 83 106 70 0.22 0 0.34 0.58 98.33 0.2 0.35
Hex 53 6A 46 16 0 22 3A 62 14 23
Octal 123 152 106 26 0 42 72 142 24 43
Binary 1010011 1101010 1000110 10110 0 100010 111010 1100010 10100 100011

Color Harmonies of #536A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A46

Black with #536A46

Text Example


Text Example

White with #536A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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