#49824D

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

Shades of Killarney #49824D

Tints of Killarney #49824D

Color information

#49824D (or 0x49824D) is unknown color: approx Killarney. HEX triplet: 49, 82 and 4D. RGB value is (73,130,77). Sum of RGB (Red+Green+Blue) = 73+130+77=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #49824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49824D is #B67DB2. Grayscale: #6B6B6B. Windows color (decimal): -11959731 or 5079625. OLE color: 5079625.

HSL color Cylindrical-coordinate representation of color #49824D: hue angle of 124.21º 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 #49824D is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB7313077-
CMYK0.4400.410.49
HSL124.21º28.08%39.8%-
HSV(B)124.21º43.85%50.98%-
XYZ12.0717.929.84-
YUV106.92111.12103.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=26.07%
G=46.43%
B=27.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130770.4400.410.49124.2128.0839.8
Hex49824D2C029317c1c28
Octal11120211554051611743450
Binary10010011000001010011011011000101001110001111110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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