Html Css Color HEX #536F4A Tom Thumb

📋 copy color: '#536F4A'

red 83 ◦ green 111 ◦ blue 74

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

Shades of Tom Thumb #536F4A

Tints of Tom Thumb #536F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.42%

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

R = 30.97%
G = 41.42%
B = 27.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#536F4A (or 0x536F4A) is known color: Tom Thumb. HEX triplet: 53, 6F and 4A. RGB value is (83,111,74). Sum of RGB (Red+Green+Blue) = 83+111+74=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #536F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F4A is #AC90B5. Grayscale: #626262. Windows color (decimal): -11309238 or 4878163. OLE color: 4878163.

HSL color Cylindrical-coordinate representation of color #536F4A: hue angle of 105.41º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536F4A is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 74 -
CMYK 0.25 0 0.33 0.56
HSL 105.41º 0.2% 0.36% -
HSV(B) 105.41º 0.33% 0.44% -
XYZ 10.49 13.7 8.57 -
YUV 98.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 83 111 74 0.25 0 0.33 0.56 105.41 0.2 0.36
Hex 53 6F 4A 19 0 21 38 69 14 24
Octal 123 157 112 31 0 41 70 151 24 44
Binary 1010011 1101111 1001010 11001 0 100001 111000 1101001 10100 100100

Color Harmonies of #536F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F4A

Black with #536F4A

Text Example


Text Example

White with #536F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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