#497951

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

Shades of Killarney #497951

Tints of Killarney #497951

Color information

#497951 (or 0x497951) is unknown color: approx Killarney. HEX triplet: 49, 79 and 51. RGB value is (73,121,81). Sum of RGB (Red+Green+Blue) = 73+121+81=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #497951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497951 is #B686AE. Grayscale: #666666. Windows color (decimal): -11962031 or 5339465. OLE color: 5339465.

HSL color Cylindrical-coordinate representation of color #497951: hue angle of 130º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497951 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB7312181-
CMYK0.4000.330.53
HSL130º24.74%38.04%-
HSV(B)130º39.67%47.45%-
XYZ11.0715.6910.23-
YUV102.09116.1107.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 121 (47.66% from 255) = 44%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=26.55%
G=44%
B=29.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121810.4000.330.5313024.7438.04
Hex4979512802135821926
Octal11117112150041652023146
Binary10010011111001101000110100001000011101011000001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497951; }

 p { color: rgb(73,121,81); }

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

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

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

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

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

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

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