#49814B

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

Shades of Killarney #49814B

Tints of Killarney #49814B

Color information

#49814B (or 0x49814B) is unknown color: approx Killarney. HEX triplet: 49, 81 and 4B. RGB value is (73,129,75). Sum of RGB (Red+Green+Blue) = 73+129+75=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #49814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49814B is #B67EB4. Grayscale: #6A6A6A. Windows color (decimal): -11959989 or 4948297. OLE color: 4948297.

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

Color convert

RGB7312975-
CMYK0.4300.420.49
HSL122.14º27.72%39.61%-
HSV(B)122.14º43.41%50.59%-
XYZ11.8717.629.43-
YUV106.1110.45104.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=26.35%
G=46.57%
B=27.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129750.4300.420.49122.1427.7239.61
Hex49814B2B02A317a1c28
Octal11120111353052611723450
Binary10010011000000110010111010110101010110001111101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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