#49973A

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

Shades of La Palma #49973A

Tints of La Palma #49973A

Color information

#49973A (or 0x49973A) is unknown color: approx La Palma. HEX triplet: 49, 97 and 3A. RGB value is (73,151,58). Sum of RGB (Red+Green+Blue) = 73+151+58=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #49973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49973A is #B668C5. Grayscale: #757575. Windows color (decimal): -11954374 or 3839817. OLE color: 3839817.

HSL color Cylindrical-coordinate representation of color #49973A: hue angle of 110.32º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49973A is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB7315158-
CMYK0.5200.620.41
HSL110.32º44.5%40.98%-
HSV(B)110.32º61.59%59.22%-
XYZ14.5823.867.84-
YUV117.0894.6696.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 151 (59.38% from 255) = 53.55%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=25.89%
G=53.55%
B=20.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73151580.5200.620.41110.3244.540.98
Hex49973A3403E296e2c29
Octal1112277264076511565451
Binary10010011001011111101011010001111101010011101110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49973A; }

 p { color: rgb(73,151,58); }

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

<style>
 a { background-color: #49973A; }

 a { background-color: rgb(73,151,58); }

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

<style>
 span { border-color: #49973A; }

 span { border-color: rgb(73,151,58); }

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