#497349

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

Shades of Killarney #497349

Tints of Killarney #497349

Color information

#497349 (or 0x497349) is unknown color: approx Killarney. HEX triplet: 49, 73 and 49. RGB value is (73,115,73). Sum of RGB (Red+Green+Blue) = 73+115+73=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #497349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497349 is #B68CB6. Grayscale: #616161. Windows color (decimal): -11963575 or 4813641. OLE color: 4813641.

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

Color convert

RGB7311573-
CMYK0.3700.370.55
HSL120º22.34%36.86%-
HSV(B)120º36.52%45.1%-
XYZ10.0814.168.5-
YUV97.65114.09110.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=27.97%
G=44.06%
B=27.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115730.3700.370.5512022.3436.86
Hex4973492502537781625
Octal11116311145045671702645
Binary1001001111001110010011001010100101110111111100010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497349; }

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

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

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

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

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

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

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

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