#496F52

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

Shades of Killarney #496F52

Tints of Killarney #496F52

Color information

#496F52 (or 0x496F52) is unknown color: approx Killarney. HEX triplet: 49, 6F and 52. RGB value is (73,111,82). Sum of RGB (Red+Green+Blue) = 73+111+82=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #496F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F52 is #B690AD. Grayscale: #606060. Windows color (decimal): -11964590 or 5402441. OLE color: 5402441.

HSL color Cylindrical-coordinate representation of color #496F52: hue angle of 134.21º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F52 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB7311182-
CMYK0.3400.260.56
HSL134.21º20.65%36.08%-
HSV(B)134.21º34.23%43.53%-
XYZ9.9613.3910.04-
YUV96.33119.91111.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=27.44%
G=41.73%
B=30.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111820.3400.260.56134.2120.6536.08
Hex496F522201A38861524
Octal11115712242032702062544
Binary1001001110111110100101000100110101110001000011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496F52; }

 p { color: rgb(73,111,82); }

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

<style>
 a { background-color: #496F52; }

 a { background-color: rgb(73,111,82); }

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

<style>
 span { border-color: #496F52; }

 span { border-color: rgb(73,111,82); }

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