#507250

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

Shades of Killarney #507250

Tints of Killarney #507250

Color information

#507250 (or 0x507250) is unknown color: approx Killarney. HEX triplet: 50, 72 and 50. RGB value is (80,114,80). Sum of RGB (Red+Green+Blue) = 80+114+80=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #507250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507250 is #AF8DAF. Grayscale: #646464. Windows color (decimal): -11505072 or 5272144. OLE color: 5272144.

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

Color convert

RGB8011480-
CMYK0.3000.300.55
HSL120º17.53%38.04%-
HSV(B)120º29.82%44.71%-
XYZ10.7714.329.79-
YUV99.96116.74113.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=29.20%
G=41.61%
B=29.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114800.3000.300.5512017.5338.04
Hex5072501E01E37781226
Octal12016212036036671702246
Binary10100001110010101000011110011110110111111100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507250; }

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

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

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

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

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

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

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

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