#497047

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

Shades of Killarney #497047

Tints of Killarney #497047

Color information

#497047 (or 0x497047) is unknown color: approx Killarney. HEX triplet: 49, 70 and 47. RGB value is (73,112,71). Sum of RGB (Red+Green+Blue) = 73+112+71=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #497047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497047 is #B68FB8. Grayscale: #5F5F5F. Windows color (decimal): -11964345 or 4681801. OLE color: 4681801.

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

Color convert

RGB7311271-
CMYK0.3500.370.56
HSL117.07º22.4%35.88%-
HSV(B)117.07º36.61%43.92%-
XYZ9.6813.468.05-
YUV95.66114.08111.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=28.52%
G=43.75%
B=27.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112710.3500.370.56117.0722.435.88
Hex4970472302538751624
Octal11116010743045701652644
Binary1001001111000010001111000110100101111000111010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497047; }

 p { color: rgb(73,112,71); }

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

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

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

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

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

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

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