Html Css Color HEX #536D45 Tom Thumb

📋 copy color: '#536D45'

red 83 ◦ green 109 ◦ blue 69

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

Shades of Tom Thumb #536D45

Tints of Tom Thumb #536D45

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.76%

 BLUE value IS 69 (27.34% from 255) = 26.44%

R = 31.8%
G = 41.76%
B = 26.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#536D45 (or 0x536D45) is known color: Tom Thumb. HEX triplet: 53, 6D and 45. RGB value is (83,109,69). Sum of RGB (Red+Green+Blue) = 83+109+69=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #536D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D45 is #AC92BA. Grayscale: #606060. Windows color (decimal): -11309755 or 4549971. OLE color: 4549971.

HSL color Cylindrical-coordinate representation of color #536D45: hue angle of 99º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #536D45 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 109 69 -
CMYK 0.24 0 0.37 0.57
HSL 99º 0.22% 0.35% -
HSV(B) 99º 0.37% 0.43% -
XYZ 10.11 13.21 7.65 -
YUV 96.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 83 109 69 0.24 0 0.37 0.57 99 0.22 0.35
Hex 53 6D 45 18 0 25 39 63 16 23
Octal 123 155 105 30 0 45 71 143 26 43
Binary 1010011 1101101 1000101 11000 0 100101 111001 1100011 10110 100011

Color Harmonies of #536D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D45

Black with #536D45

Text Example


Text Example

White with #536D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,109,69); }

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

background-color css

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

 a { background-color: rgb(83,109,69); }

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

border-color css

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

 span { border-color: rgb(83,109,69); }

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