#49804C

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

Shades of Killarney #49804C

Tints of Killarney #49804C

Color information

#49804C (or 0x49804C) is unknown color: approx Killarney. HEX triplet: 49, 80 and 4C. RGB value is (73,128,76). Sum of RGB (Red+Green+Blue) = 73+128+76=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #49804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49804C is #B67FB3. Grayscale: #696969. Windows color (decimal): -11960244 or 5013577. OLE color: 5013577.

HSL color Cylindrical-coordinate representation of color #49804C: hue angle of 123.27º 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 #49804C is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB7312876-
CMYK0.4300.410.50
HSL123.27º27.36%39.41%-
HSV(B)123.27º42.97%50.2%-
XYZ11.7717.389.57-
YUV105.63111.28104.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=26.35%
G=46.21%
B=27.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73128760.4300.410.50123.2727.3639.41
Hex49804C2B029327b1b27
Octal11120011453051621733347
Binary10010011000000010011001010110101001110010111101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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