Html Css Color HEX #50835F Como

📋 copy color: '#50835F'

red 80 ◦ green 131 ◦ blue 95

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

Shades of Como #50835F

Tints of Como #50835F

RGB

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

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

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

R = 26.14%
G = 42.81%
B = 31.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#50835F (or 0x50835F) is known color: Como. HEX triplet: 50, 83 and 5F. RGB value is (80,131,95). Sum of RGB (Red+Green+Blue) = 80+131+95=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #50835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50835F is #AF7CA0. Grayscale: #6F6F6F. Windows color (decimal): -11500705 or 6259536. OLE color: 6259536.

HSL color Cylindrical-coordinate representation of color #50835F: hue angle of 137.65º 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 #50835F is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 95 -
CMYK 0.39 0 0.27 0.49
HSL 137.65º 0.24% 0.41% -
HSV(B) 137.65º 0.39% 0.51% -
XYZ 13.49 18.76 13.74 -
YUV 111.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 80 131 95 0.39 0 0.27 0.49 137.65 0.24 0.41
Hex 50 83 5F 27 0 1B 31 8A 18 29
Octal 120 203 137 47 0 33 61 212 30 51
Binary 1010000 10000011 1011111 100111 0 11011 110001 10001010 11000 101001

Color Harmonies of #50835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50835F

Black with #50835F

Text Example


Text Example

White with #50835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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