#49804D

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

Shades of Killarney #49804D

Tints of Killarney #49804D

Color information

#49804D (or 0x49804D) is unknown color: approx Killarney. HEX triplet: 49, 80 and 4D. RGB value is (73,128,77). Sum of RGB (Red+Green+Blue) = 73+128+77=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #49804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49804D is #B67FB2. Grayscale: #696969. Windows color (decimal): -11960243 or 5079113. OLE color: 5079113.

HSL color Cylindrical-coordinate representation of color #49804D: hue angle of 124.36º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49804D is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB7312877-
CMYK0.4300.400.50
HSL124.36º27.36%39.41%-
HSV(B)124.36º42.97%50.2%-
XYZ11.8117.399.76-
YUV105.74111.78104.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=26.26%
G=46.04%
B=27.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73128770.4300.400.50124.3627.3639.41
Hex49804D2B028327c1b27
Octal11120011553050621743347
Binary10010011000000010011011010110101000110010111110011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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