#497353

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

Shades of Killarney #497353

Tints of Killarney #497353

Color information

#497353 (or 0x497353) is unknown color: approx Killarney. HEX triplet: 49, 73 and 53. RGB value is (73,115,83). Sum of RGB (Red+Green+Blue) = 73+115+83=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #497353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497353 is #B68CAC. Grayscale: #626262. Windows color (decimal): -11963565 or 5469001. OLE color: 5469001.

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

Color convert

RGB7311583-
CMYK0.3700.280.55
HSL134.29º22.34%36.86%-
HSV(B)134.29º36.52%45.1%-
XYZ10.4414.310.39-
YUV98.79119.09109.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=26.94%
G=42.44%
B=30.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115830.3700.280.55134.2922.3436.86
Hex4973532501C37861625
Octal11116312345034672062645
Binary1001001111001110100111001010111001101111000011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497353; }

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

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

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

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

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

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

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

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