#507C4E

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

Shades of Killarney #507C4E

Tints of Killarney #507C4E

Color information

#507C4E (or 0x507C4E) is unknown color: approx Killarney. HEX triplet: 50, 7C and 4E. RGB value is (80,124,78). Sum of RGB (Red+Green+Blue) = 80+124+78=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #507C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C4E is #AF83B1. Grayscale: #696969. Windows color (decimal): -11502514 or 5143632. OLE color: 5143632.

HSL color Cylindrical-coordinate representation of color #507C4E: hue angle of 117.39º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507C4E is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB8012478-
CMYK0.3500.370.51
HSL117.39º22.77%39.61%-
HSV(B)117.39º37.1%48.63%-
XYZ11.8916.679.8-
YUV105.6112.42109.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 124 (48.83% from 255) = 43.97%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=28.37%
G=43.97%
B=27.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80124780.3500.370.51117.3922.7739.61
Hex507C4E2302533751728
Octal12017411643045631652750
Binary1010000111110010011101000110100101110011111010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,124,78); }

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

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

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

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

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

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

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