#507256

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

Shades of Killarney #507256

Tints of Killarney #507256

Color information

#507256 (or 0x507256) is unknown color: approx Killarney. HEX triplet: 50, 72 and 56. RGB value is (80,114,86). Sum of RGB (Red+Green+Blue) = 80+114+86=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #507256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507256 is #AF8DA9. Grayscale: #646464. Windows color (decimal): -11505066 or 5665360. OLE color: 5665360.

HSL color Cylindrical-coordinate representation of color #507256: hue angle of 130.59º 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 #507256 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB8011486-
CMYK0.3000.250.55
HSL130.59º17.53%38.04%-
HSV(B)130.59º29.82%44.71%-
XYZ11.0114.4111.01-
YUV100.64119.74113.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=28.57%
G=40.71%
B=30.71%

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
Decimal80114860.3000.250.55130.5917.5338.04
Hex5072561E01937831226
Octal12016212636031672032246
Binary101000011100101010110111100110011101111000001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507256; }

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

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

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

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

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

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

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

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