#49754B

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

Shades of Killarney #49754B

Tints of Killarney #49754B

Color information

#49754B (or 0x49754B) is unknown color: approx Killarney. HEX triplet: 49, 75 and 4B. RGB value is (73,117,75). Sum of RGB (Red+Green+Blue) = 73+117+75=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #49754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49754B is #B68AB4. Grayscale: #636363. Windows color (decimal): -11963061 or 4945225. OLE color: 4945225.

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

Color convert

RGB7311775-
CMYK0.3800.360.54
HSL122.73º23.16%37.25%-
HSV(B)122.73º37.61%45.88%-
XYZ10.3814.658.94-
YUV99.06114.42109.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=27.55%
G=44.15%
B=28.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117750.3800.360.54122.7323.1637.25
Hex49754B26024367b1725
Octal11116511346044661732745
Binary1001001111010110010111001100100100110110111101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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