Html Css Color HEX #506941 Tom Thumb

📋 copy color: '#506941'

red 80 ◦ green 105 ◦ blue 65

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

Shades of Tom Thumb #506941

Tints of Tom Thumb #506941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 32%
G = 42%
B = 26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#506941 (or 0x506941) is known color: Tom Thumb. HEX triplet: 50, 69 and 41. RGB value is (80,105,65). Sum of RGB (Red+Green+Blue) = 80+105+65=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #506941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506941 is #AF96BE. Grayscale: #5D5D5D. Windows color (decimal): -11507391 or 4286800. OLE color: 4286800.

HSL color Cylindrical-coordinate representation of color #506941: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506941 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 65 -
CMYK 0.24 0 0.38 0.59
HSL 97.5º 0.24% 0.33% -
HSV(B) 97.5º 0.38% 0.41% -
XYZ 9.31 12.19 6.86 -
YUV 92.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 80 105 65 0.24 0 0.38 0.59 97.5 0.24 0.33
Hex 50 69 41 18 0 26 3B 62 18 21
Octal 120 151 101 30 0 46 73 142 30 41
Binary 1010000 1101001 1000001 11000 0 100110 111011 1100010 11000 100001

Color Harmonies of #506941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506941

Black with #506941

Text Example


Text Example

White with #506941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506941; }

 p { color: rgb(80,105,65); }

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

background-color css

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

 a { background-color: rgb(80,105,65); }

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

border-color css

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

 span { border-color: rgb(80,105,65); }

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