#508958

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

Shades of Killarney #508958

Tints of Killarney #508958

Color information

#508958 (or 0x508958) is unknown color: approx Killarney. HEX triplet: 50, 89 and 58. RGB value is (80,137,88). Sum of RGB (Red+Green+Blue) = 80+137+88=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #508958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508958 is #AF76A7. Grayscale: #727272. Windows color (decimal): -11499176 or 5802320. OLE color: 5802320.

HSL color Cylindrical-coordinate representation of color #508958: hue angle of 128.42º 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 #508958 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB8013788-
CMYK0.4200.360.46
HSL128.42º26.27%42.55%-
HSV(B)128.42º41.61%53.73%-
XYZ14.0220.312.41-
YUV114.37113.12103.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=26.23%
G=44.92%
B=28.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137880.4200.360.46128.4226.2742.55
Hex5089582A0242E801a2b
Octal12021113052044562003253
Binary101000010001001101100010101001001001011101000000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508958; }

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

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

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

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

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

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

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

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