Html Css Color HEX #506141 Cabbage Pont

📋 copy color: '#506141'

red 80 ◦ green 97 ◦ blue 65

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

Shades of Cabbage Pont #506141

Tints of Cabbage Pont #506141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

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

R = 33.06%
G = 40.08%
B = 26.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#506141 (or 0x506141) is known color: Cabbage Pont. HEX triplet: 50, 61 and 41. RGB value is (80,97,65). Sum of RGB (Red+Green+Blue) = 80+97+65=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #506141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506141 is #AF9EBE. Grayscale: #585858. Windows color (decimal): -11509439 or 4284752. OLE color: 4284752.

HSL color Cylindrical-coordinate representation of color #506141: hue angle of 91.88º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506141 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 65 -
CMYK 0.18 0 0.33 0.62
HSL 91.88º 0.2% 0.32% -
HSV(B) 91.88º 0.33% 0.38% -
XYZ 8.54 10.64 6.6 -
YUV 88.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 80 97 65 0.18 0 0.33 0.62 91.88 0.2 0.32
Hex 50 61 41 12 0 21 3E 5C 14 20
Octal 120 141 101 22 0 41 76 134 24 40
Binary 1010000 1100001 1000001 10010 0 100001 111110 1011100 10100 100000

Color Harmonies of #506141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506141

Black with #506141

Text Example


Text Example

White with #506141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506141; }

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

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

background-color css

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

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

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

border-color css

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

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

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