Html Css Color HEX #536B46 Tom Thumb

📋 copy color: '#536B46'

red 83 ◦ green 107 ◦ blue 70

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

Shades of Tom Thumb #536B46

Tints of Tom Thumb #536B46

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.15%

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

R = 31.92%
G = 41.15%
B = 26.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#536B46 (or 0x536B46) is known color: Tom Thumb. HEX triplet: 53, 6B and 46. RGB value is (83,107,70). Sum of RGB (Red+Green+Blue) = 83+107+70=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #536B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B46 is #AC94B9. Grayscale: #5F5F5F. Windows color (decimal): -11310266 or 4614995. OLE color: 4614995.

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

Color convert

RGB 83 107 70 -
CMYK 0.22 0 0.35 0.58
HSL 98.92º 0.21% 0.35% -
HSV(B) 98.92º 0.35% 0.42% -
XYZ 9.93 12.8 7.74 -
YUV 95.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 83 107 70 0.22 0 0.35 0.58 98.92 0.21 0.35
Hex 53 6B 46 16 0 23 3A 63 15 23
Octal 123 153 106 26 0 43 72 143 25 43
Binary 1010011 1101011 1000110 10110 0 100011 111010 1100011 10101 100011

Color Harmonies of #536B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B46

Black with #536B46

Text Example


Text Example

White with #536B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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