#508758

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

Shades of Killarney #508758

Tints of Killarney #508758

Color information

#508758 (or 0x508758) is unknown color: approx Killarney. HEX triplet: 50, 87 and 58. RGB value is (80,135,88). Sum of RGB (Red+Green+Blue) = 80+135+88=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #508758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508758 is #AF78A7. Grayscale: #717171. Windows color (decimal): -11499688 or 5801808. OLE color: 5801808.

HSL color Cylindrical-coordinate representation of color #508758: hue angle of 128.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508758 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB8013588-
CMYK0.4100.350.47
HSL128.73º25.58%42.16%-
HSV(B)128.73º40.74%52.94%-
XYZ13.7319.7412.32-
YUV113.2113.78104.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=26.40%
G=44.55%
B=29.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135880.4100.350.47128.7325.5842.16
Hex508758290232F811a2a
Octal12020713051043572013252
Binary101000010000111101100010100101000111011111000000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508758; }

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

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

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

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

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

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

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

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