#49674D

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

Shades of Killarney #49674D

Tints of Killarney #49674D

Color information

#49674D (or 0x49674D) is unknown color: approx Killarney. HEX triplet: 49, 67 and 4D. RGB value is (73,103,77). Sum of RGB (Red+Green+Blue) = 73+103+77=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #49674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49674D is #B698B2. Grayscale: #5B5B5B. Windows color (decimal): -11966643 or 5072713. OLE color: 5072713.

HSL color Cylindrical-coordinate representation of color #49674D: hue angle of 128º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49674D is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB7310377-
CMYK0.2900.250.60
HSL128º17.05%34.51%-
HSV(B)128º29.13%40.39%-
XYZ8.9411.658.8-
YUV91.07120.06115.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 103 (40.62% from 255) = 40.71%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=28.85%
G=40.71%
B=30.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103770.2900.250.6012817.0534.51
Hex49674D1D0193C801123
Octal11114711535031742002143
Binary100100111001111001101111010110011111001000000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49674D; }

 p { color: rgb(73,103,77); }

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

<style>
 a { background-color: #49674D; }

 a { background-color: rgb(73,103,77); }

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

<style>
 span { border-color: #49674D; }

 span { border-color: rgb(73,103,77); }

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