#508952

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

Shades of Killarney #508952

Tints of Killarney #508952

Color information

#508952 (or 0x508952) is unknown color: approx Killarney. HEX triplet: 50, 89 and 52. RGB value is (80,137,82). Sum of RGB (Red+Green+Blue) = 80+137+82=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #508952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508952 is #AF76AD. Grayscale: #717171. Windows color (decimal): -11499182 or 5409104. OLE color: 5409104.

HSL color Cylindrical-coordinate representation of color #508952: hue angle of 122.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508952 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB8013782-
CMYK0.4200.400.46
HSL122.11º26.27%42.55%-
HSV(B)122.11º41.61%53.73%-
XYZ13.7820.2111.16-
YUV113.69110.12103.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 137 (53.91% from 255) = 45.82%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=26.76%
G=45.82%
B=27.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137820.4200.400.46122.1126.2742.55
Hex5089522A0282E7a1a2b
Octal12021112252050561723253
Binary10100001000100110100101010100101000101110111101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508952; }

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

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

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

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

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

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

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

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