#49993B

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

Shades of La Palma #49993B

Tints of La Palma #49993B

Color information

#49993B (or 0x49993B) is unknown color: approx La Palma. HEX triplet: 49, 99 and 3B. RGB value is (73,153,59). Sum of RGB (Red+Green+Blue) = 73+153+59=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #49993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49993B is #B666C4. Grayscale: #767676. Windows color (decimal): -11953861 or 3905865. OLE color: 3905865.

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

Color convert

RGB7315359-
CMYK0.5200.610.4
HSL111.06º44.34%41.57%-
HSV(B)111.06º61.44%60%-
XYZ14.9324.518.08-
YUV118.3694.595.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=25.61%
G=53.68%
B=20.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73153590.5200.610.4111.0644.3441.57
Hex49993B3403D286f2c2a
Octal1112317364075501575452
Binary10010011001100111101111010001111011010001101111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,153,59); }

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

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

 a { background-color: rgb(73,153,59); }

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

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

 span { border-color: rgb(73,153,59); }

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