#507C4F

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

Shades of Killarney #507C4F

Tints of Killarney #507C4F

Color information

#507C4F (or 0x507C4F) is unknown color: approx Killarney. HEX triplet: 50, 7C and 4F. RGB value is (80,124,79). Sum of RGB (Red+Green+Blue) = 80+124+79=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #507C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C4F is #AF83B0. Grayscale: #696969. Windows color (decimal): -11502513 or 5209168. OLE color: 5209168.

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

Color convert

RGB8012479-
CMYK0.3500.360.51
HSL118.67º22.17%39.8%-
HSV(B)118.67º36.29%48.63%-
XYZ11.9316.699.99-
YUV105.71112.92109.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 124 (48.83% from 255) = 43.82%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=28.27%
G=43.82%
B=27.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80124790.3500.360.51118.6722.1739.8
Hex507C4F2302433771628
Octal12017411743044631672650
Binary1010000111110010011111000110100100110011111011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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