Html Css Color HEX #536C4A Tom Thumb

📋 copy color: '#536C4A'

red 83 ◦ green 108 ◦ blue 74

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

Shades of Tom Thumb #536C4A

Tints of Tom Thumb #536C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.75%

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 31.32%
G = 40.75%
B = 27.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#536C4A (or 0x536C4A) is known color: Tom Thumb. HEX triplet: 53, 6C and 4A. RGB value is (83,108,74). Sum of RGB (Red+Green+Blue) = 83+108+74=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 108 - color contains mainly: green. Hex color #536C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C4A is #AC93B5. Grayscale: #606060. Windows color (decimal): -11310006 or 4877395. OLE color: 4877395.

HSL color Cylindrical-coordinate representation of color #536C4A: hue angle of 104.12º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536C4A is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 108 74 -
CMYK 0.23 0 0.31 0.58
HSL 104.12º 0.19% 0.36% -
HSV(B) 104.12º 0.31% 0.42% -
XYZ 10.17 13.06 8.46 -
YUV 96.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 83 108 74 0.23 0 0.31 0.58 104.12 0.19 0.36
Hex 53 6C 4A 17 0 1F 3A 68 13 24
Octal 123 154 112 27 0 37 72 150 23 44
Binary 1010011 1101100 1001010 10111 0 11111 111010 1101000 10011 100100

Color Harmonies of #536C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C4A

Black with #536C4A

Text Example


Text Example

White with #536C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,108,74); }

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

background-color css

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

 a { background-color: rgb(83,108,74); }

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

border-color css

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

 span { border-color: rgb(83,108,74); }

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