#50714D

Color #50714D Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #50714D

Tints of Cactus #50714D

Color information

#50714D (or 0x50714D) is unknown color: approx Cactus. HEX triplet: 50, 71 and 4D. RGB value is (80,113,77). Sum of RGB (Red+Green+Blue) = 80+113+77=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #50714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50714D is #AF8EB2. Grayscale: #636363. Windows color (decimal): -11505331 or 5075280. OLE color: 5075280.

HSL color Cylindrical-coordinate representation of color #50714D: hue angle of 115º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50714D is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB8011377-
CMYK0.2900.320.56
HSL115º18.95%37.25%-
HSV(B)115º31.86%44.31%-
XYZ10.5514.059.18-
YUV99.03115.57114.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=29.63%
G=41.85%
B=28.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113770.2900.320.5611518.9537.25
Hex50714D1D02038731325
Octal12016111535040701632345
Binary101000011100011001101111010100000111000111001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50714D; }

 p { color: rgb(80,113,77); }

 H1.HeaderClassName
 {
   color: #50714D;
 }
 .AnyTagClassName
 {
   color: #50714D;
 }
</style>
background-color css

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

 a { background-color: rgb(80,113,77); }

 div.DivClassName
 {
   background-color: #50714D;
 }
 .BgClassName
 {
   background-color: #50714D;
 }
</style>
border-color css

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

 span { border-color: rgb(80,113,77); }

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