Html Css Color HEX #506E45 Tom Thumb

📋 copy color: '#506E45'

red 80 ◦ green 110 ◦ blue 69

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

Shades of Tom Thumb #506E45

Tints of Tom Thumb #506E45

RGB

 RED value IS 80 (31.64% from 255) = 30.89%

 GREEN value IS 110 (43.36% from 255) = 42.47%

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

R = 30.89%
G = 42.47%
B = 26.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#506E45 (or 0x506E45) is known color: Tom Thumb. HEX triplet: 50, 6E and 45. RGB value is (80,110,69). Sum of RGB (Red+Green+Blue) = 80+110+69=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 110 - color contains mainly: green. Hex color #506E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E45 is #AF91BA. Grayscale: #606060. Windows color (decimal): -11506107 or 4550224. OLE color: 4550224.

HSL color Cylindrical-coordinate representation of color #506E45: hue angle of 103.9º degrees, saturation: 0.23, 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 #506E45 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 110 69 -
CMYK 0.27 0 0.37 0.57
HSL 103.9º 0.23% 0.35% -
HSV(B) 103.9º 0.37% 0.43% -
XYZ 9.96 13.29 7.67 -
YUV 96.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 80 110 69 0.27 0 0.37 0.57 103.9 0.23 0.35
Hex 50 6E 45 1B 0 25 39 68 17 23
Octal 120 156 105 33 0 45 71 150 27 43
Binary 1010000 1101110 1000101 11011 0 100101 111001 1101000 10111 100011

Color Harmonies of #506E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E45

Black with #506E45

Text Example


Text Example

White with #506E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506E45; }

 p { color: rgb(80,110,69); }

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

background-color css

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

 a { background-color: rgb(80,110,69); }

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

border-color css

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

 span { border-color: rgb(80,110,69); }

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