#49804B

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

Shades of Killarney #49804B

Tints of Killarney #49804B

Color information

#49804B (or 0x49804B) is unknown color: approx Killarney. HEX triplet: 49, 80 and 4B. RGB value is (73,128,75). Sum of RGB (Red+Green+Blue) = 73+128+75=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #49804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49804B is #B67FB4. Grayscale: #696969. Windows color (decimal): -11960245 or 4948041. OLE color: 4948041.

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

Color convert

RGB7312875-
CMYK0.4300.410.50
HSL122.18º27.36%39.41%-
HSV(B)122.18º42.97%50.2%-
XYZ11.7417.369.39-
YUV105.51110.78104.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=26.45%
G=46.38%
B=27.17%

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
Decimal73128750.4300.410.50122.1827.3639.41
Hex49804B2B029327a1b27
Octal11120011353051621723347
Binary10010011000000010010111010110101001110010111101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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