#50885A

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

Shades of Killarney #50885A

Tints of Killarney #50885A

Color information

#50885A (or 0x50885A) is unknown color: approx Killarney. HEX triplet: 50, 88 and 5A. RGB value is (80,136,90). Sum of RGB (Red+Green+Blue) = 80+136+90=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #50885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50885A is #AF77A5. Grayscale: #727272. Windows color (decimal): -11499430 or 5933136. OLE color: 5933136.

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

Color convert

RGB8013690-
CMYK0.4100.340.47
HSL130.71º25.93%42.35%-
HSV(B)130.71º41.18%53.33%-
XYZ13.9620.0512.81-
YUV114.01114.45103.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=26.14%
G=44.44%
B=29.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136900.4100.340.47130.7125.9342.35
Hex50885A290222F831a2a
Octal12021013251042572033252
Binary101000010001000101101010100101000101011111000001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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