#497A4B

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

Shades of Killarney #497A4B

Tints of Killarney #497A4B

Color information

#497A4B (or 0x497A4B) is unknown color: approx Killarney. HEX triplet: 49, 7A and 4B. RGB value is (73,122,75). Sum of RGB (Red+Green+Blue) = 73+122+75=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #497A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A4B is #B685B4. Grayscale: #666666. Windows color (decimal): -11961781 or 4946505. OLE color: 4946505.

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

Color convert

RGB7312275-
CMYK0.4000.390.52
HSL122.45º25.13%38.24%-
HSV(B)122.45º40.16%47.84%-
XYZ10.9815.849.14-
YUV101.99112.77107.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=27.04%
G=45.19%
B=27.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122750.4000.390.52122.4525.1338.24
Hex497A4B28027347a1926
Octal11117211350047641723146
Binary1001001111101010010111010000100111110100111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,75); }

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

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

 a { background-color: rgb(73,122,75); }

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

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

 span { border-color: rgb(73,122,75); }

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