#508150

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

Shades of Killarney #508150

Tints of Killarney #508150

Color information

#508150 (or 0x508150) is unknown color: approx Killarney. HEX triplet: 50, 81 and 50. RGB value is (80,129,80). Sum of RGB (Red+Green+Blue) = 80+129+80=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #508150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508150 is #AF7EAF. Grayscale: #6C6C6C. Windows color (decimal): -11501232 or 5275984. OLE color: 5275984.

HSL color Cylindrical-coordinate representation of color #508150: hue angle of 120º 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 #508150 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB8012980-
CMYK0.3800.380.49
HSL120º23.44%40.98%-
HSV(B)120º37.98%50.59%-
XYZ12.6117.9910.4-
YUV108.76111.77107.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=27.68%
G=44.64%
B=27.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129800.3800.380.4912023.4440.98
Hex5081502602631781729
Octal12020112046046611702751
Binary10100001000000110100001001100100110110001111100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508150; }

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

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

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

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

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

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

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

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