#49754C

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

Shades of Killarney #49754C

Tints of Killarney #49754C

Color information

#49754C (or 0x49754C) is unknown color: approx Killarney. HEX triplet: 49, 75 and 4C. RGB value is (73,117,76). Sum of RGB (Red+Green+Blue) = 73+117+76=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #49754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49754C is #B68AB3. Grayscale: #636363. Windows color (decimal): -11963060 or 5010761. OLE color: 5010761.

HSL color Cylindrical-coordinate representation of color #49754C: hue angle of 124.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49754C is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB7311776-
CMYK0.3800.350.54
HSL124.09º23.16%37.25%-
HSV(B)124.09º37.61%45.88%-
XYZ10.4114.669.12-
YUV99.17114.92109.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=27.44%
G=43.98%
B=28.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117760.3800.350.54124.0923.1637.25
Hex49754C26023367c1725
Octal11116511446043661742745
Binary1001001111010110011001001100100011110110111110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49754C; }

 p { color: rgb(73,117,76); }

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

<style>
 a { background-color: #49754C; }

 a { background-color: rgb(73,117,76); }

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

<style>
 span { border-color: #49754C; }

 span { border-color: rgb(73,117,76); }

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