#498449

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

Shades of Killarney #498449

Tints of Killarney #498449

Color information

#498449 (or 0x498449) is unknown color: approx Killarney. HEX triplet: 49, 84 and 49. RGB value is (73,132,73). Sum of RGB (Red+Green+Blue) = 73+132+73=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #498449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498449 is #B67BB6. Grayscale: #6B6B6B. Windows color (decimal): -11959223 or 4817993. OLE color: 4817993.

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

Color convert

RGB7313273-
CMYK0.4500.450.48
HSL120º28.78%40.2%-
HSV(B)120º44.7%51.76%-
XYZ12.218.49.21-
YUV107.63108.45103.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=26.26%
G=47.48%
B=26.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73132730.4500.450.4812028.7840.2
Hex4984492D02D30781d28
Octal11120411155055601703550
Binary10010011000010010010011011010101101110000111100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498449; }

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

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

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

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

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

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

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

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