#497350

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

Shades of Killarney #497350

Tints of Killarney #497350

Color information

#497350 (or 0x497350) is unknown color: approx Killarney. HEX triplet: 49, 73 and 50. RGB value is (73,115,80). Sum of RGB (Red+Green+Blue) = 73+115+80=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #497350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497350 is #B68CAF. Grayscale: #626262. Windows color (decimal): -11963568 or 5272393. OLE color: 5272393.

HSL color Cylindrical-coordinate representation of color #497350: hue angle of 130º 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 #497350 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB7311580-
CMYK0.3700.300.55
HSL130º22.34%36.86%-
HSV(B)130º36.52%45.1%-
XYZ10.3314.269.8-
YUV98.45117.59109.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=27.24%
G=42.91%
B=29.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115800.3700.300.5513022.3436.86
Hex4973502501E37821625
Octal11116312045036672022645
Binary1001001111001110100001001010111101101111000001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497350; }

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

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

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

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

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

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

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

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