#507151

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

Shades of Killarney #507151

Tints of Killarney #507151

Color information

#507151 (or 0x507151) is unknown color: approx Killarney. HEX triplet: 50, 71 and 51. RGB value is (80,113,81). Sum of RGB (Red+Green+Blue) = 80+113+81=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #507151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507151 is #AF8EAE. Grayscale: #636363. Windows color (decimal): -11505327 or 5337424. OLE color: 5337424.

HSL color Cylindrical-coordinate representation of color #507151: hue angle of 121.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507151 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB8011381-
CMYK0.2900.280.56
HSL121.82º17.1%37.84%-
HSV(B)121.82º29.2%44.31%-
XYZ10.714.119.94-
YUV99.48117.57114.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=29.20%
G=41.24%
B=29.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113810.2900.280.56121.8217.137.84
Hex5071511D01C387a1126
Octal12016112135034701722146
Binary10100001110001101000111101011100111000111101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507151; }

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

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

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

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

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

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

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

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