#49844C

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

Shades of Killarney #49844C

Tints of Killarney #49844C

Color information

#49844C (or 0x49844C) is unknown color: approx Killarney. HEX triplet: 49, 84 and 4C. RGB value is (73,132,76). Sum of RGB (Red+Green+Blue) = 73+132+76=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #49844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49844C is #B67BB3. Grayscale: #6C6C6C. Windows color (decimal): -11959220 or 5014601. OLE color: 5014601.

HSL color Cylindrical-coordinate representation of color #49844C: hue angle of 123.05º 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 #49844C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB7313276-
CMYK0.4500.420.48
HSL123.05º28.78%40.2%-
HSV(B)123.05º44.7%51.76%-
XYZ12.318.449.75-
YUV107.98109.95103.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=25.98%
G=46.98%
B=27.05%

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
Decimal73132760.4500.420.48123.0528.7840.2
Hex49844C2D02A307b1d28
Octal11120411455052601733550
Binary10010011000010010011001011010101010110000111101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49844C; }

 p { color: rgb(73,132,76); }

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

<style>
 a { background-color: #49844C; }

 a { background-color: rgb(73,132,76); }

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

<style>
 span { border-color: #49844C; }

 span { border-color: rgb(73,132,76); }

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