Html Css Color HEX #50845B Como

📋 copy color: '#50845B'

red 80 ◦ green 132 ◦ blue 91

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

Shades of Como #50845B

Tints of Como #50845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.56%

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

R = 26.4%
G = 43.56%
B = 30.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#50845B (or 0x50845B) is known color: Como. HEX triplet: 50, 84 and 5B. RGB value is (80,132,91). Sum of RGB (Red+Green+Blue) = 80+132+91=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #50845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50845B is #AF7BA4. Grayscale: #6F6F6F. Windows color (decimal): -11500453 or 5997648. OLE color: 5997648.

HSL color Cylindrical-coordinate representation of color #50845B: hue angle of 132.69º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50845B is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 91 -
CMYK 0.39 0 0.31 0.48
HSL 132.69º 0.25% 0.42% -
HSV(B) 132.69º 0.39% 0.52% -
XYZ 13.45 18.96 12.85 -
YUV 111.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 80 132 91 0.39 0 0.31 0.48 132.69 0.25 0.42
Hex 50 84 5B 27 0 1F 30 85 19 2A
Octal 120 204 133 47 0 37 60 205 31 52
Binary 1010000 10000100 1011011 100111 0 11111 110000 10000101 11001 101010

Color Harmonies of #50845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50845B

Black with #50845B

Text Example


Text Example

White with #50845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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