#507952

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

Shades of Killarney #507952

Tints of Killarney #507952

Color information

#507952 (or 0x507952) is unknown color: approx Killarney. HEX triplet: 50, 79 and 52. RGB value is (80,121,82). Sum of RGB (Red+Green+Blue) = 80+121+82=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #507952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507952 is #AF86AD. Grayscale: #686868. Windows color (decimal): -11503278 or 5405008. OLE color: 5405008.

HSL color Cylindrical-coordinate representation of color #507952: hue angle of 122.93º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #507952 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB8012182-
CMYK0.3400.320.53
HSL122.93º20.4%39.41%-
HSV(B)122.93º33.88%47.45%-
XYZ11.6715.9910.45-
YUV104.3115.42110.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=28.27%
G=42.76%
B=28.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121820.3400.320.53122.9320.439.41
Hex50795222020357b1427
Octal12017112242040651732447
Binary1010000111100110100101000100100000110101111101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507952; }

 p { color: rgb(80,121,82); }

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

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

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

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

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

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

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