Html Css Color HEX #50835A Como

📋 copy color: '#50835A'

red 80 ◦ green 131 ◦ blue 90

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

Shades of Como #50835A

Tints of Como #50835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

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

R = 26.58%
G = 43.52%
B = 29.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#50835A (or 0x50835A) is known color: Como. HEX triplet: 50, 83 and 5A. RGB value is (80,131,90). Sum of RGB (Red+Green+Blue) = 80+131+90=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #50835A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50835A is #AF7CA5. Grayscale: #6F6F6F. Windows color (decimal): -11500710 or 5931856. OLE color: 5931856.

HSL color Cylindrical-coordinate representation of color #50835A: hue angle of 131.76º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50835A is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 90 -
CMYK 0.39 0 0.31 0.49
HSL 131.76º 0.24% 0.41% -
HSV(B) 131.76º 0.39% 0.51% -
XYZ 13.27 18.68 12.58 -
YUV 111.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 80 131 90 0.39 0 0.31 0.49 131.76 0.24 0.41
Hex 50 83 5A 27 0 1F 31 84 18 29
Octal 120 203 132 47 0 37 61 204 30 51
Binary 1010000 10000011 1011010 100111 0 11111 110001 10000100 11000 101001

Color Harmonies of #50835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50835A

Black with #50835A

Text Example


Text Example

White with #50835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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