Html Css Color HEX #506344 Tom Thumb

📋 copy color: '#506344'

red 80 ◦ green 99 ◦ blue 68

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

Shades of Tom Thumb #506344

Tints of Tom Thumb #506344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 68 (26.95% from 255) = 27.53%

R = 32.39%
G = 40.08%
B = 27.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#506344 (or 0x506344) is known color: Tom Thumb. HEX triplet: 50, 63 and 44. RGB value is (80,99,68). Sum of RGB (Red+Green+Blue) = 80+99+68=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #506344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506344 is #AF9CBB. Grayscale: #595959. Windows color (decimal): -11508924 or 4481872. OLE color: 4481872.

HSL color Cylindrical-coordinate representation of color #506344: hue angle of 96.77º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #506344 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 68 -
CMYK 0.19 0 0.31 0.61
HSL 96.77º 0.19% 0.33% -
HSV(B) 96.77º 0.31% 0.39% -
XYZ 8.81 11.05 7.14 -
YUV 89.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 80 99 68 0.19 0 0.31 0.61 96.77 0.19 0.33
Hex 50 63 44 13 0 1F 3D 61 13 21
Octal 120 143 104 23 0 37 75 141 23 41
Binary 1010000 1100011 1000100 10011 0 11111 111101 1100001 10011 100001

Color Harmonies of #506344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506344

Black with #506344

Text Example


Text Example

White with #506344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506344; }

 p { color: rgb(80,99,68); }

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

background-color css

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

 a { background-color: rgb(80,99,68); }

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

border-color css

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

 span { border-color: rgb(80,99,68); }

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