#49754A

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

Shades of Killarney #49754A

Tints of Killarney #49754A

Color information

#49754A (or 0x49754A) is unknown color: approx Killarney. HEX triplet: 49, 75 and 4A. RGB value is (73,117,74). Sum of RGB (Red+Green+Blue) = 73+117+74=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #49754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49754A is #B68AB5. Grayscale: #636363. Windows color (decimal): -11963062 or 4879689. OLE color: 4879689.

HSL color Cylindrical-coordinate representation of color #49754A: hue angle of 121.36º 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 #49754A is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB7311774-
CMYK0.3800.370.54
HSL121.36º23.16%37.25%-
HSV(B)121.36º37.61%45.88%-
XYZ10.3414.638.76-
YUV98.94113.92109.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=27.65%
G=44.32%
B=28.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117740.3800.370.54121.3623.1637.25
Hex49754A2602536791725
Octal11116511246045661712745
Binary1001001111010110010101001100100101110110111100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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