Html Css Color HEX #536446 Tom Thumb

📋 copy color: '#536446'

red 83 ◦ green 100 ◦ blue 70

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

Shades of Tom Thumb #536446

Tints of Tom Thumb #536446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.53%

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

R = 32.81%
G = 39.53%
B = 27.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#536446 (or 0x536446) is known color: Tom Thumb. HEX triplet: 53, 64 and 46. RGB value is (83,100,70). Sum of RGB (Red+Green+Blue) = 83+100+70=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 100 - color contains mainly: green. Hex color #536446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536446 is #AC9BB9. Grayscale: #5B5B5B. Windows color (decimal): -11312058 or 4613203. OLE color: 4613203.

HSL color Cylindrical-coordinate representation of color #536446: hue angle of 94º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536446 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 70 -
CMYK 0.17 0 0.30 0.61
HSL 94º 0.18% 0.33% -
HSV(B) 94º 0.3% 0.39% -
XYZ 9.23 11.4 7.51 -
YUV 91.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 83 100 70 0.17 0 0.30 0.61 94 0.18 0.33
Hex 53 64 46 11 0 1E 3D 5E 12 21
Octal 123 144 106 21 0 36 75 136 22 41
Binary 1010011 1100100 1000110 10001 0 11110 111101 1011110 10010 100001

Color Harmonies of #536446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536446

Black with #536446

Text Example


Text Example

White with #536446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536446; }

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

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

background-color css

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

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

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

border-color css

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

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

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