#508155

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

Shades of Killarney #508155

Tints of Killarney #508155

Color information

#508155 (or 0x508155) is unknown color: approx Killarney. HEX triplet: 50, 81 and 55. RGB value is (80,129,85). Sum of RGB (Red+Green+Blue) = 80+129+85=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #508155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508155 is #AF7EAA. Grayscale: #6D6D6D. Windows color (decimal): -11501227 or 5603664. OLE color: 5603664.

HSL color Cylindrical-coordinate representation of color #508155: hue angle of 126.12º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508155 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB8012985-
CMYK0.3800.340.49
HSL126.12º23.44%40.98%-
HSV(B)126.12º37.98%50.59%-
XYZ12.818.0611.41-
YUV109.33114.27107.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=27.21%
G=43.88%
B=28.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129850.3800.340.49126.1223.4440.98
Hex50815526022317e1729
Octal12020112546042611762751
Binary10100001000000110101011001100100010110001111111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508155; }

 p { color: rgb(80,129,85); }

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

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

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

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

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

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

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