#50824E

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

Shades of Killarney #50824E

Tints of Killarney #50824E

Color information

#50824E (or 0x50824E) is unknown color: approx Killarney. HEX triplet: 50, 82 and 4E. RGB value is (80,130,78). Sum of RGB (Red+Green+Blue) = 80+130+78=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #50824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50824E is #AF7DB1. Grayscale: #6D6D6D. Windows color (decimal): -11500978 or 5145168. OLE color: 5145168.

HSL color Cylindrical-coordinate representation of color #50824E: hue angle of 117.69º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50824E is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB8013078-
CMYK0.3800.400.49
HSL117.69º25%40.78%-
HSV(B)117.69º40%50.98%-
XYZ12.6718.2210.06-
YUV109.12110.44107.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=27.78%
G=45.14%
B=27.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130780.3800.400.49117.692540.78
Hex50824E2602831761929
Octal12020211646050611663151
Binary10100001000001010011101001100101000110001111011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50824E; }

 p { color: rgb(80,130,78); }

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

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

 a { background-color: rgb(80,130,78); }

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

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

 span { border-color: rgb(80,130,78); }

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