#497D4B

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

Shades of Killarney #497D4B

Tints of Killarney #497D4B

Color information

#497D4B (or 0x497D4B) is unknown color: approx Killarney. HEX triplet: 49, 7D and 4B. RGB value is (73,125,75). Sum of RGB (Red+Green+Blue) = 73+125+75=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #497D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D4B is #B682B4. Grayscale: #676767. Windows color (decimal): -11961013 or 4947273. OLE color: 4947273.

HSL color Cylindrical-coordinate representation of color #497D4B: hue angle of 122.31º 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 #497D4B is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB7312575-
CMYK0.4200.400.51
HSL122.31º26.26%38.82%-
HSV(B)122.31º41.6%49.02%-
XYZ11.3516.599.26-
YUV103.75111.77106.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 125 (49.22% from 255) = 45.79%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=26.74%
G=45.79%
B=27.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73125750.4200.400.51122.3126.2638.82
Hex497D4B2A028337a1a27
Octal11117511352050631723247
Binary1001001111110110010111010100101000110011111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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