Html Css Color HEX #506140 Cabbage Pont

📋 copy color: '#506140'

red 80 ◦ green 97 ◦ blue 64

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

Shades of Cabbage Pont #506140

Tints of Cabbage Pont #506140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 33.2%
G = 40.25%
B = 26.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#506140 (or 0x506140) is known color: Cabbage Pont. HEX triplet: 50, 61 and 40. RGB value is (80,97,64). Sum of RGB (Red+Green+Blue) = 80+97+64=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #506140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506140 is #AF9EBF. Grayscale: #585858. Windows color (decimal): -11509440 or 4219216. OLE color: 4219216.

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

Color convert

RGB 80 97 64 -
CMYK 0.18 0 0.34 0.62
HSL 90.91º 0.2% 0.32% -
HSV(B) 90.91º 0.34% 0.38% -
XYZ 8.51 10.63 6.45 -
YUV 88.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 80 97 64 0.18 0 0.34 0.62 90.91 0.2 0.32
Hex 50 61 40 12 0 22 3E 5B 14 20
Octal 120 141 100 22 0 42 76 133 24 40
Binary 1010000 1100001 1000000 10010 0 100010 111110 1011011 10100 100000

Color Harmonies of #506140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506140

Black with #506140

Text Example


Text Example

White with #506140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506140; }

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

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

background-color css

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

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

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

border-color css

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

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

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