#507F50

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

Shades of Killarney #507F50

Tints of Killarney #507F50

Color information

#507F50 (or 0x507F50) is unknown color: approx Killarney. HEX triplet: 50, 7F and 50. RGB value is (80,127,80). Sum of RGB (Red+Green+Blue) = 80+127+80=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #507F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F50 is #AF80AF. Grayscale: #6B6B6B. Windows color (decimal): -11501744 or 5275472. OLE color: 5275472.

HSL color Cylindrical-coordinate representation of color #507F50: hue angle of 120º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F50 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB8012780-
CMYK0.3700.370.50
HSL120º22.71%40.59%-
HSV(B)120º37.01%49.8%-
XYZ12.3517.4610.31-
YUV107.59112.43108.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 127 (50% from 255) = 44.25%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=27.87%
G=44.25%
B=27.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80127800.3700.370.5012022.7140.59
Hex507F502502532781729
Octal12017712045045621702751
Binary1010000111111110100001001010100101110010111100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507F50; }

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

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

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

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

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

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

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

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