#508962

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

Shades of Como #508962

Tints of Como #508962

Color information

#508962 (or 0x508962) is unknown color: approx Como. HEX triplet: 50, 89 and 62. RGB value is (80,137,98). Sum of RGB (Red+Green+Blue) = 80+137+98=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #508962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508962 is #AF769D. Grayscale: #737373. Windows color (decimal): -11499166 or 6457680. OLE color: 6457680.

HSL color Cylindrical-coordinate representation of color #508962: hue angle of 138.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508962 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB8013798-
CMYK0.4200.280.46
HSL138.95º26.27%42.55%-
HSV(B)138.95º41.61%53.73%-
XYZ14.4620.4814.75-
YUV115.51118.12102.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=25.40%
G=43.49%
B=31.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137980.4200.280.46138.9526.2742.55
Hex5089622A01C2E8b1a2b
Octal12021114252034562133253
Binary10100001000100111000101010100111001011101000101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508962; }

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

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

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

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

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

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

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

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