#507356

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

Shades of Killarney #507356

Tints of Killarney #507356

Color information

#507356 (or 0x507356) is unknown color: approx Killarney. HEX triplet: 50, 73 and 56. RGB value is (80,115,86). Sum of RGB (Red+Green+Blue) = 80+115+86=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #507356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507356 is #AF8CA9. Grayscale: #656565. Windows color (decimal): -11504810 or 5665616. OLE color: 5665616.

HSL color Cylindrical-coordinate representation of color #507356: hue angle of 130.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507356 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB8011586-
CMYK0.3000.250.55
HSL130.29º17.95%38.24%-
HSV(B)130.29º30.43%45.1%-
XYZ11.1214.6411.04-
YUV101.23119.4112.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=28.47%
G=40.93%
B=30.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115860.3000.250.55130.2917.9538.24
Hex5073561E01937821226
Octal12016312636031672022246
Binary101000011100111010110111100110011101111000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507356; }

 p { color: rgb(80,115,86); }

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

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

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

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

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

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

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