#508158

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

Shades of Killarney #508158

Tints of Killarney #508158

Color information

#508158 (or 0x508158) is unknown color: approx Killarney. HEX triplet: 50, 81 and 58. RGB value is (80,129,88). Sum of RGB (Red+Green+Blue) = 80+129+88=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #508158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508158 is #AF7EA7. Grayscale: #6D6D6D. Windows color (decimal): -11501224 or 5800272. OLE color: 5800272.

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

Color convert

RGB8012988-
CMYK0.3800.320.49
HSL129.8º23.44%40.98%-
HSV(B)129.8º37.98%50.59%-
XYZ12.9218.1112.05-
YUV109.68115.77106.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=26.94%
G=43.43%
B=29.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129880.3800.320.49129.823.4440.98
Hex5081582602031821729
Octal12020113046040612022751
Binary101000010000001101100010011001000001100011000001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508158; }

 p { color: rgb(80,129,88); }

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

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

 a { background-color: rgb(80,129,88); }

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

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

 span { border-color: rgb(80,129,88); }

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