#497B4A

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

Shades of Killarney #497B4A

Tints of Killarney #497B4A

Color information

#497B4A (or 0x497B4A) is unknown color: approx Killarney. HEX triplet: 49, 7B and 4A. RGB value is (73,123,74). Sum of RGB (Red+Green+Blue) = 73+123+74=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #497B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B4A is #B684B5. Grayscale: #666666. Windows color (decimal): -11961526 or 4881225. OLE color: 4881225.

HSL color Cylindrical-coordinate representation of color #497B4A: hue angle of 121.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497B4A is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB7312374-
CMYK0.4100.400.52
HSL121.2º25.51%38.43%-
HSV(B)121.2º40.65%48.24%-
XYZ11.0716.089-
YUV102.46111.94106.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 123 (48.44% from 255) = 45.56%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=27.04%
G=45.56%
B=27.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73123740.4100.400.52121.225.5138.43
Hex497B4A2902834791a26
Octal11117311251050641713246
Binary1001001111101110010101010010101000110100111100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497B4A; }

 p { color: rgb(73,123,74); }

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

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

 a { background-color: rgb(73,123,74); }

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

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

 span { border-color: rgb(73,123,74); }

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