#508350

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

Shades of Killarney #508350

Tints of Killarney #508350

Color information

#508350 (or 0x508350) is unknown color: approx Killarney. HEX triplet: 50, 83 and 50. RGB value is (80,131,80). Sum of RGB (Red+Green+Blue) = 80+131+80=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #508350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508350 is #AF7CAF. Grayscale: #6E6E6E. Windows color (decimal): -11500720 or 5276496. OLE color: 5276496.

HSL color Cylindrical-coordinate representation of color #508350: 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.39%. Process color model (Four color, CMYK) of #508350 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB8013180-
CMYK0.3900.390.49
HSL120º24.17%41.37%-
HSV(B)120º38.93%51.37%-
XYZ12.8718.5210.49-
YUV109.94111.1106.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 131 (51.56% from 255) = 45.02%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=27.49%
G=45.02%
B=27.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80131800.3900.390.4912024.1741.37
Hex5083502702731781829
Octal12020312047047611703051
Binary10100001000001110100001001110100111110001111100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508350; }

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

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

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

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

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

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

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

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