Html Css Color HEX #506748 Tom Thumb

📋 copy color: '#506748'

red 80 ◦ green 103 ◦ blue 72

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

Shades of Tom Thumb #506748

Tints of Tom Thumb #506748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 31.37%
G = 40.39%
B = 28.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#506748 (or 0x506748) is known color: Tom Thumb. HEX triplet: 50, 67 and 48. RGB value is (80,103,72). Sum of RGB (Red+Green+Blue) = 80+103+72=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #506748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506748 is #AF98B7. Grayscale: #5C5C5C. Windows color (decimal): -11507896 or 4745040. OLE color: 4745040.

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

Color convert

RGB 80 103 72 -
CMYK 0.22 0 0.30 0.60
HSL 104.52º 0.18% 0.34% -
HSV(B) 104.52º 0.3% 0.4% -
XYZ 9.33 11.87 7.93 -
YUV 92.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 80 103 72 0.22 0 0.30 0.60 104.52 0.18 0.34
Hex 50 67 48 16 0 1E 3C 69 12 22
Octal 120 147 110 26 0 36 74 151 22 42
Binary 1010000 1100111 1001000 10110 0 11110 111100 1101001 10010 100010

Color Harmonies of #506748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506748

Black with #506748

Text Example


Text Example

White with #506748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506748; }

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

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

background-color css

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

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

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

border-color css

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

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

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