#49854D

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

Shades of Killarney #49854D

Tints of Killarney #49854D

Color information

#49854D (or 0x49854D) is unknown color: approx Killarney. HEX triplet: 49, 85 and 4D. RGB value is (73,133,77). Sum of RGB (Red+Green+Blue) = 73+133+77=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #49854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49854D is #B67AB2. Grayscale: #6C6C6C. Windows color (decimal): -11958963 or 5080393. OLE color: 5080393.

HSL color Cylindrical-coordinate representation of color #49854D: hue angle of 124º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49854D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB7313377-
CMYK0.4500.420.48
HSL124º29.13%40.39%-
HSV(B)124º45.11%52.16%-
XYZ12.4718.739.98-
YUV108.68110.12102.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=25.80%
G=47.00%
B=27.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73133770.4500.420.4812429.1340.39
Hex49854D2D02A307c1d28
Octal11120511555052601743550
Binary10010011000010110011011011010101010110000111110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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