Html Css Color HEX #508162 Como

📋 copy color: '#508162'

red 80 ◦ green 129 ◦ blue 98

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

Shades of Como #508162

Tints of Como #508162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.02%

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 26.06%
G = 42.02%
B = 31.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#508162 (or 0x508162) is known color: Como. HEX triplet: 50, 81 and 62. RGB value is (80,129,98). Sum of RGB (Red+Green+Blue) = 80+129+98=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #508162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508162 is #AF7E9D. Grayscale: #6E6E6E. Windows color (decimal): -11501214 or 6455632. OLE color: 6455632.

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

Color convert

RGB 80 129 98 -
CMYK 0.38 0 0.24 0.49
HSL 142.04º 0.23% 0.41% -
HSV(B) 142.04º 0.38% 0.51% -
XYZ 13.36 18.29 14.38 -
YUV 110.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 80 129 98 0.38 0 0.24 0.49 142.04 0.23 0.41
Hex 50 81 62 26 0 18 31 8E 17 29
Octal 120 201 142 46 0 30 61 216 27 51
Binary 1010000 10000001 1100010 100110 0 11000 110001 10001110 10111 101001

Color Harmonies of #508162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508162

Black with #508162

Text Example


Text Example

White with #508162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508162; }

 p { color: rgb(80,129,98); }

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

background-color css

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

 a { background-color: rgb(80,129,98); }

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

border-color css

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

 span { border-color: rgb(80,129,98); }

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