#508550

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

Shades of Killarney #508550

Tints of Killarney #508550

Color information

#508550 (or 0x508550) is unknown color: approx Killarney. HEX triplet: 50, 85 and 50. RGB value is (80,133,80). Sum of RGB (Red+Green+Blue) = 80+133+80=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #508550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508550 is #AF7AAF. Grayscale: #6F6F6F. Windows color (decimal): -11500208 or 5277008. OLE color: 5277008.

HSL color Cylindrical-coordinate representation of color #508550: hue angle of 120º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508550 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB8013380-
CMYK0.4000.400.48
HSL120º24.88%41.76%-
HSV(B)120º39.85%52.16%-
XYZ13.1419.0610.58-
YUV111.11110.44105.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=27.30%
G=45.39%
B=27.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133800.4000.400.4812024.8841.76
Hex508550280283078192a
Octal12020512050050601703152
Binary10100001000010110100001010000101000110000111100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508550; }

 p { color: rgb(80,133,80); }

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

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

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

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

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

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

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