#49824B

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

Shades of Killarney #49824B

Tints of Killarney #49824B

Color information

#49824B (or 0x49824B) is unknown color: approx Killarney. HEX triplet: 49, 82 and 4B. RGB value is (73,130,75). Sum of RGB (Red+Green+Blue) = 73+130+75=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #49824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49824B is #B67DB4. Grayscale: #6A6A6A. Windows color (decimal): -11959733 or 4948553. OLE color: 4948553.

HSL color Cylindrical-coordinate representation of color #49824B: hue angle of 122.11º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49824B is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB7313075-
CMYK0.4400.420.49
HSL122.11º28.08%39.8%-
HSV(B)122.11º43.85%50.98%-
XYZ1217.899.48-
YUV106.69110.12103.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=26.26%
G=46.76%
B=26.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130750.4400.420.49122.1128.0839.8
Hex49824B2C02A317a1c28
Octal11120211354052611723450
Binary10010011000001010010111011000101010110001111101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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