Html Css Color HEX #508763 Como

📋 copy color: '#508763'

red 80 ◦ green 135 ◦ blue 99

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

Shades of Como #508763

Tints of Como #508763

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.99%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 25.48%
G = 42.99%
B = 31.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#508763 (or 0x508763) is known color: Como. HEX triplet: 50, 87 and 63. RGB value is (80,135,99). Sum of RGB (Red+Green+Blue) = 80+135+99=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #508763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508763 is #AF789C. Grayscale: #727272. Windows color (decimal): -11499677 or 6522704. OLE color: 6522704.

HSL color Cylindrical-coordinate representation of color #508763: hue angle of 140.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508763 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 135 99 -
CMYK 0.41 0 0.27 0.47
HSL 140.73º 0.26% 0.42% -
HSV(B) 140.73º 0.41% 0.53% -
XYZ 14.22 19.93 14.9 -
YUV 114.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 80 135 99 0.41 0 0.27 0.47 140.73 0.26 0.42
Hex 50 87 63 29 0 1B 2F 8D 1A 2A
Octal 120 207 143 51 0 33 57 215 32 52
Binary 1010000 10000111 1100011 101001 0 11011 101111 10001101 11010 101010

Color Harmonies of #508763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508763

Black with #508763

Text Example


Text Example

White with #508763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508763; }

 p { color: rgb(80,135,99); }

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

background-color css

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

 a { background-color: rgb(80,135,99); }

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

border-color css

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

 span { border-color: rgb(80,135,99); }

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