Html Css Color HEX #50785A Como

📋 copy color: '#50785A'

red 80 ◦ green 120 ◦ blue 90

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

Shades of Como #50785A

Tints of Como #50785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 27.59%
G = 41.38%
B = 31.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#50785A (or 0x50785A) is known color: Como. HEX triplet: 50, 78 and 5A. RGB value is (80,120,90). Sum of RGB (Red+Green+Blue) = 80+120+90=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #50785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50785A is #AF87A5. Grayscale: #686868. Windows color (decimal): -11503526 or 5929040. OLE color: 5929040.

HSL color Cylindrical-coordinate representation of color #50785A: hue angle of 135º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50785A is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 90 -
CMYK 0.33 0 0.25 0.53
HSL 135º 0.2% 0.39% -
HSV(B) 135º 0.33% 0.47% -
XYZ 11.87 15.88 12.11 -
YUV 104.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 80 120 90 0.33 0 0.25 0.53 135 0.2 0.39
Hex 50 78 5A 21 0 19 35 87 14 27
Octal 120 170 132 41 0 31 65 207 24 47
Binary 1010000 1111000 1011010 100001 0 11001 110101 10000111 10100 100111

Color Harmonies of #50785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50785A

Black with #50785A

Text Example


Text Example

White with #50785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50785A; }

 p { color: rgb(80,120,90); }

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

background-color css

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

 a { background-color: rgb(80,120,90); }

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

border-color css

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

 span { border-color: rgb(80,120,90); }

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