#508153

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

Shades of Killarney #508153

Tints of Killarney #508153

Color information

#508153 (or 0x508153) is unknown color: approx Killarney. HEX triplet: 50, 81 and 53. RGB value is (80,129,83). Sum of RGB (Red+Green+Blue) = 80+129+83=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #508153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508153 is #AF7EAC. Grayscale: #6D6D6D. Windows color (decimal): -11501229 or 5472592. OLE color: 5472592.

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

Color convert

RGB8012983-
CMYK0.3800.360.49
HSL123.67º23.44%40.98%-
HSV(B)123.67º37.98%50.59%-
XYZ12.7218.0310.99-
YUV109.1113.27107.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=27.40%
G=44.18%
B=28.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129830.3800.360.49123.6723.4440.98
Hex50815326024317c1729
Octal12020112346044611742751
Binary10100001000000110100111001100100100110001111110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508153; }

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

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

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

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

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

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

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

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