#50844F

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

Shades of Killarney #50844F

Tints of Killarney #50844F

Color information

#50844F (or 0x50844F) is unknown color: approx Killarney. HEX triplet: 50, 84 and 4F. RGB value is (80,132,79). Sum of RGB (Red+Green+Blue) = 80+132+79=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #50844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50844F is #AF7BB0. Grayscale: #6E6E6E. Windows color (decimal): -11500465 or 5211216. OLE color: 5211216.

HSL color Cylindrical-coordinate representation of color #50844F: hue angle of 118.87º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50844F is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB8013279-
CMYK0.3900.400.48
HSL118.87º25.12%41.37%-
HSV(B)118.87º40.15%51.76%-
XYZ12.9718.7710.34-
YUV110.41110.27106.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=27.49%
G=45.36%
B=27.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132790.3900.400.48118.8725.1241.37
Hex50844F2702830771929
Octal12020411747050601673151
Binary10100001000010010011111001110101000110000111011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50844F; }

 p { color: rgb(80,132,79); }

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

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

 a { background-color: rgb(80,132,79); }

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

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

 span { border-color: rgb(80,132,79); }

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