Html Css Color HEX #50735B Como

📋 copy color: '#50735B'

red 80 ◦ green 115 ◦ blue 91

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

Shades of Como #50735B

Tints of Como #50735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 27.97%
G = 40.21%
B = 31.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#50735B (or 0x50735B) is known color: Como. HEX triplet: 50, 73 and 5B. RGB value is (80,115,91). Sum of RGB (Red+Green+Blue) = 80+115+91=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #50735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50735B is #AF8CA4. Grayscale: #656565. Windows color (decimal): -11504805 or 5993296. OLE color: 5993296.

HSL color Cylindrical-coordinate representation of color #50735B: hue angle of 138.86º 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 #50735B is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 91 -
CMYK 0.30 0 0.21 0.55
HSL 138.86º 0.18% 0.38% -
HSV(B) 138.86º 0.3% 0.45% -
XYZ 11.33 14.72 12.14 -
YUV 101.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 80 115 91 0.30 0 0.21 0.55 138.86 0.18 0.38
Hex 50 73 5B 1E 0 15 37 8B 12 26
Octal 120 163 133 36 0 25 67 213 22 46
Binary 1010000 1110011 1011011 11110 0 10101 110111 10001011 10010 100110

Color Harmonies of #50735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50735B

Black with #50735B

Text Example


Text Example

White with #50735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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