#508256

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

Shades of Killarney #508256

Tints of Killarney #508256

Color information

#508256 (or 0x508256) is unknown color: approx Killarney. HEX triplet: 50, 82 and 56. RGB value is (80,130,86). Sum of RGB (Red+Green+Blue) = 80+130+86=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #508256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508256 is #AF7DA9. Grayscale: #6E6E6E. Windows color (decimal): -11500970 or 5669456. OLE color: 5669456.

HSL color Cylindrical-coordinate representation of color #508256: hue angle of 127.2º 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 #508256 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB8013086-
CMYK0.3800.340.49
HSL127.2º23.81%41.18%-
HSV(B)127.2º38.46%50.98%-
XYZ12.9718.3411.66-
YUV110.03114.44106.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=27.03%
G=43.92%
B=29.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130860.3800.340.49127.223.8141.18
Hex50825626022317f1829
Octal12020212646042611773051
Binary10100001000001010101101001100100010110001111111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508256; }

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

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

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

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

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

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

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

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