#497448

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

Shades of Killarney #497448

Tints of Killarney #497448

Color information

#497448 (or 0x497448) is unknown color: approx Killarney. HEX triplet: 49, 74 and 48. RGB value is (73,116,72). Sum of RGB (Red+Green+Blue) = 73+116+72=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #497448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497448 is #B68BB7. Grayscale: #626262. Windows color (decimal): -11963320 or 4748361. OLE color: 4748361.

HSL color Cylindrical-coordinate representation of color #497448: hue angle of 118.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497448 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB7311672-
CMYK0.3700.380.55
HSL118.64º23.4%36.86%-
HSV(B)118.64º37.93%45.49%-
XYZ10.1614.388.37-
YUV98.13113.25110.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=27.97%
G=44.44%
B=27.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116720.3700.380.55118.6423.436.86
Hex4974482502637771725
Octal11116411045046671672745
Binary1001001111010010010001001010100110110111111011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497448; }

 p { color: rgb(73,116,72); }

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

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

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

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

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

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

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