#508251

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

Shades of Killarney #508251

Tints of Killarney #508251

Color information

#508251 (or 0x508251) is unknown color: approx Killarney. HEX triplet: 50, 82 and 51. RGB value is (80,130,81). Sum of RGB (Red+Green+Blue) = 80+130+81=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #508251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508251 is #AF7DAE. Grayscale: #6D6D6D. Windows color (decimal): -11500975 or 5341776. OLE color: 5341776.

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

Color convert

RGB8013081-
CMYK0.3800.380.49
HSL121.2º23.81%41.18%-
HSV(B)121.2º38.46%50.98%-
XYZ12.7818.2610.64-
YUV109.46111.94106.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=27.49%
G=44.67%
B=27.84%

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
Decimal80130810.3800.380.49121.223.8141.18
Hex5082512602631791829
Octal12020212146046611713051
Binary10100001000001010100011001100100110110001111100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508251; }

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

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

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

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

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

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

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

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