Html Css Color HEX #506745 Tom Thumb

📋 copy color: '#506745'

red 80 ◦ green 103 ◦ blue 69

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

Shades of Tom Thumb #506745

Tints of Tom Thumb #506745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

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

R = 31.75%
G = 40.87%
B = 27.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#506745 (or 0x506745) is known color: Tom Thumb. HEX triplet: 50, 67 and 45. RGB value is (80,103,69). Sum of RGB (Red+Green+Blue) = 80+103+69=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #506745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506745 is #AF98BA. Grayscale: #5C5C5C. Windows color (decimal): -11507899 or 4548432. OLE color: 4548432.

HSL color Cylindrical-coordinate representation of color #506745: hue angle of 100.59º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506745 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 69 -
CMYK 0.22 0 0.33 0.60
HSL 100.59º 0.2% 0.34% -
HSV(B) 100.59º 0.33% 0.4% -
XYZ 9.23 11.84 7.43 -
YUV 92.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 80 103 69 0.22 0 0.33 0.60 100.59 0.2 0.34
Hex 50 67 45 16 0 21 3C 65 14 22
Octal 120 147 105 26 0 41 74 145 24 42
Binary 1010000 1100111 1000101 10110 0 100001 111100 1100101 10100 100010

Color Harmonies of #506745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506745

Black with #506745

Text Example


Text Example

White with #506745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506745; }

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

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

background-color css

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

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

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

border-color css

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

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

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