#508351

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

Shades of Killarney #508351

Tints of Killarney #508351

Color information

#508351 (or 0x508351) is unknown color: approx Killarney. HEX triplet: 50, 83 and 51. RGB value is (80,131,81). Sum of RGB (Red+Green+Blue) = 80+131+81=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #508351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508351 is #AF7CAE. Grayscale: #6E6E6E. Windows color (decimal): -11500719 or 5342032. OLE color: 5342032.

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

Color convert

RGB8013181-
CMYK0.3900.380.49
HSL121.18º24.17%41.37%-
HSV(B)121.18º38.93%51.37%-
XYZ12.9118.5310.68-
YUV110.05111.6106.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=27.40%
G=44.86%
B=27.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80131810.3900.380.49121.1824.1741.37
Hex5083512702631791829
Octal12020312147046611713051
Binary10100001000001110100011001110100110110001111100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508351; }

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

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

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

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

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

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

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

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