#497B4C

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

Shades of Killarney #497B4C

Tints of Killarney #497B4C

Color information

#497B4C (or 0x497B4C) is unknown color: approx Killarney. HEX triplet: 49, 7B and 4C. RGB value is (73,123,76). Sum of RGB (Red+Green+Blue) = 73+123+76=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #497B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B4C is #B684B3. Grayscale: #666666. Windows color (decimal): -11961524 or 5012297. OLE color: 5012297.

HSL color Cylindrical-coordinate representation of color #497B4C: hue angle of 123.6º 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 #497B4C is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB7312376-
CMYK0.4100.380.52
HSL123.6º25.51%38.43%-
HSV(B)123.6º40.65%48.24%-
XYZ11.1416.19.36-
YUV102.69112.94106.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 123 (48.44% from 255) = 45.22%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=26.84%
G=45.22%
B=27.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73123760.4100.380.52123.625.5138.43
Hex497B4C29026347c1a26
Octal11117311451046641743246
Binary1001001111101110011001010010100110110100111110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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