#497248

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

Shades of Killarney #497248

Tints of Killarney #497248

Color information

#497248 (or 0x497248) is unknown color: approx Killarney. HEX triplet: 49, 72 and 48. RGB value is (73,114,72). Sum of RGB (Red+Green+Blue) = 73+114+72=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #497248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497248 is #B68DB7. Grayscale: #616161. Windows color (decimal): -11963832 or 4747849. OLE color: 4747849.

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

Color convert

RGB7311472-
CMYK0.3600.370.55
HSL118.57º22.58%36.47%-
HSV(B)118.57º36.84%44.71%-
XYZ9.9313.928.29-
YUV96.95113.92110.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=28.19%
G=44.02%
B=27.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114720.3600.370.55118.5722.5836.47
Hex4972482402537771724
Octal11116211044045671672744
Binary1001001111001010010001001000100101110111111011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497248; }

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

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

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

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

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

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

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

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