#50875A

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

Shades of Killarney #50875A

Tints of Killarney #50875A

Color information

#50875A (or 0x50875A) is unknown color: approx Killarney. HEX triplet: 50, 87 and 5A. RGB value is (80,135,90). Sum of RGB (Red+Green+Blue) = 80+135+90=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #50875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50875A is #AF78A5. Grayscale: #717171. Windows color (decimal): -11499686 or 5932880. OLE color: 5932880.

HSL color Cylindrical-coordinate representation of color #50875A: hue angle of 130.91º 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 #50875A is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB8013590-
CMYK0.4100.330.47
HSL130.91º25.58%42.16%-
HSV(B)130.91º40.74%52.94%-
XYZ13.8219.7712.76-
YUV113.42114.78104.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=26.23%
G=44.26%
B=29.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135900.4100.330.47130.9125.5842.16
Hex50875A290212F831a2a
Octal12020713251041572033252
Binary101000010000111101101010100101000011011111000001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50875A; }

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

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

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

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

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

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

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

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