#49824A

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

Shades of Killarney #49824A

Tints of Killarney #49824A

Color information

#49824A (or 0x49824A) is unknown color: approx Killarney. HEX triplet: 49, 82 and 4A. RGB value is (73,130,74). Sum of RGB (Red+Green+Blue) = 73+130+74=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #49824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49824A is #B67DB5. Grayscale: #6A6A6A. Windows color (decimal): -11959734 or 4883017. OLE color: 4883017.

HSL color Cylindrical-coordinate representation of color #49824A: hue angle of 121.05º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49824A is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB7313074-
CMYK0.4400.430.49
HSL121.05º28.08%39.8%-
HSV(B)121.05º43.85%50.98%-
XYZ11.9717.889.3-
YUV106.57109.62104.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=26.35%
G=46.93%
B=26.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130740.4400.430.49121.0528.0839.8
Hex49824A2C02B31791c28
Octal11120211254053611713450
Binary10010011000001010010101011000101011110001111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49824A; }

 p { color: rgb(73,130,74); }

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

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

 a { background-color: rgb(73,130,74); }

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

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

 span { border-color: rgb(73,130,74); }

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