#497D4F

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

Shades of Killarney #497D4F

Tints of Killarney #497D4F

Color information

#497D4F (or 0x497D4F) is unknown color: approx Killarney. HEX triplet: 49, 7D and 4F. RGB value is (73,125,79). Sum of RGB (Red+Green+Blue) = 73+125+79=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #497D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D4F is #B682B0. Grayscale: #686868. Windows color (decimal): -11961009 or 5209417. OLE color: 5209417.

HSL color Cylindrical-coordinate representation of color #497D4F: hue angle of 126.92º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D4F is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB7312579-
CMYK0.4200.370.51
HSL126.92º26.26%38.82%-
HSV(B)126.92º41.6%49.02%-
XYZ11.4916.6510-
YUV104.21113.77105.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=26.35%
G=45.13%
B=28.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73125790.4200.370.51126.9226.2638.82
Hex497D4F2A025337f1a27
Octal11117511752045631773247
Binary1001001111110110011111010100100101110011111111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,125,79); }

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

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

 a { background-color: rgb(73,125,79); }

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

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

 span { border-color: rgb(73,125,79); }

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