#508262

Color #508262 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #508262

Tints of Como #508262

Color information

#508262 (or 0x508262) is unknown color: approx Como. HEX triplet: 50, 82 and 62. RGB value is (80,130,98). Sum of RGB (Red+Green+Blue) = 80+130+98=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #508262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508262 is #AF7D9D. Grayscale: #6F6F6F. Windows color (decimal): -11500958 or 6455888. OLE color: 6455888.

HSL color Cylindrical-coordinate representation of color #508262: hue angle of 141.6º degrees, saturation: 0.24, 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 #508262 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB8013098-
CMYK0.3800.250.49
HSL141.6º23.81%41.18%-
HSV(B)141.6º38.46%50.98%-
XYZ13.518.5514.42-
YUV111.4120.44105.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=25.97%
G=42.21%
B=31.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130980.3800.250.49141.623.8141.18
Hex50826226019318e1829
Octal12020214246031612163051
Binary10100001000001011000101001100110011100011000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508262; }

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

 H1.HeaderClassName
 {
   color: #508262;
 }
 .AnyTagClassName
 {
   color: #508262;
 }
</style>
background-color css

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

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

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

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

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

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