#508250

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

Shades of Killarney #508250

Tints of Killarney #508250

Color information

#508250 (or 0x508250) is unknown color: approx Killarney. HEX triplet: 50, 82 and 50. RGB value is (80,130,80). Sum of RGB (Red+Green+Blue) = 80+130+80=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #508250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508250 is #AF7DAF. Grayscale: #6D6D6D. Windows color (decimal): -11500976 or 5276240. OLE color: 5276240.

HSL color Cylindrical-coordinate representation of color #508250: hue angle of 120º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508250 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB8013080-
CMYK0.3800.380.49
HSL120º23.81%41.18%-
HSV(B)120º38.46%50.98%-
XYZ12.7418.2510.44-
YUV109.35111.44107.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=27.59%
G=44.83%
B=27.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130800.3800.380.4912023.8141.18
Hex5082502602631781829
Octal12020212046046611703051
Binary10100001000001010100001001100100110110001111100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508250; }

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

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

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

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

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

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

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

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