Html Css Color HEX #50735F Como

📋 copy color: '#50735F'

red 80 ◦ green 115 ◦ blue 95

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

Shades of Como #50735F

Tints of Como #50735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 27.59%
G = 39.66%
B = 32.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#50735F (or 0x50735F) is known color: Como. HEX triplet: 50, 73 and 5F. RGB value is (80,115,95). Sum of RGB (Red+Green+Blue) = 80+115+95=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #50735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50735F is #AF8CA0. Grayscale: #666666. Windows color (decimal): -11504801 or 6255440. OLE color: 6255440.

HSL color Cylindrical-coordinate representation of color #50735F: hue angle of 145.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50735F is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 95 -
CMYK 0.30 0 0.17 0.55
HSL 145.71º 0.18% 0.38% -
HSV(B) 145.71º 0.3% 0.45% -
XYZ 11.5 14.79 13.08 -
YUV 102.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 80 115 95 0.30 0 0.17 0.55 145.71 0.18 0.38
Hex 50 73 5F 1E 0 11 37 92 12 26
Octal 120 163 137 36 0 21 67 222 22 46
Binary 1010000 1110011 1011111 11110 0 10001 110111 10010010 10010 100110

Color Harmonies of #50735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50735F

Black with #50735F

Text Example


Text Example

White with #50735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50735F; }

 p { color: rgb(80,115,95); }

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

background-color css

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

 a { background-color: rgb(80,115,95); }

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

border-color css

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

 span { border-color: rgb(80,115,95); }

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