#507150

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

Shades of Killarney #507150

Tints of Killarney #507150

Color information

#507150 (or 0x507150) is unknown color: approx Killarney. HEX triplet: 50, 71 and 50. RGB value is (80,113,80). Sum of RGB (Red+Green+Blue) = 80+113+80=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #507150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507150 is #AF8EAF. Grayscale: #636363. Windows color (decimal): -11505328 or 5271888. OLE color: 5271888.

HSL color Cylindrical-coordinate representation of color #507150: hue angle of 120º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507150 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB8011380-
CMYK0.2900.290.56
HSL120º17.1%37.84%-
HSV(B)120º29.2%44.31%-
XYZ10.6614.099.75-
YUV99.37117.07114.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=29.30%
G=41.39%
B=29.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113800.2900.290.5612017.137.84
Hex5071501D01D38781126
Octal12016112035035701702146
Binary10100001110001101000011101011101111000111100010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507150; }

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

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

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

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

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

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

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

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