#49734B

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

Shades of Killarney #49734B

Tints of Killarney #49734B

Color information

#49734B (or 0x49734B) is unknown color: approx Killarney. HEX triplet: 49, 73 and 4B. RGB value is (73,115,75). Sum of RGB (Red+Green+Blue) = 73+115+75=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #49734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49734B is #B68CB4. Grayscale: #626262. Windows color (decimal): -11963573 or 4944713. OLE color: 4944713.

HSL color Cylindrical-coordinate representation of color #49734B: hue angle of 122.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49734B is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB7311575-
CMYK0.3700.350.55
HSL122.86º22.34%36.86%-
HSV(B)122.86º36.52%45.1%-
XYZ10.1514.198.86-
YUV97.88115.09110.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=27.76%
G=43.73%
B=28.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115750.3700.350.55122.8622.3436.86
Hex49734B25023377b1625
Octal11116311345043671732645
Binary1001001111001110010111001010100011110111111101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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