#49952B

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

Shades of La Palma #49952B

Tints of La Palma #49952B

Color information

#49952B (or 0x49952B) is unknown color: approx La Palma. HEX triplet: 49, 95 and 2B. RGB value is (73,149,43). Sum of RGB (Red+Green+Blue) = 73+149+43=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #49952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49952B is #B66AD4. Grayscale: #727272. Windows color (decimal): -11954901 or 2856265. OLE color: 2856265.

HSL color Cylindrical-coordinate representation of color #49952B: hue angle of 103.02º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49952B is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB7314943-
CMYK0.5100.710.42
HSL103.02º55.21%37.65%-
HSV(B)103.02º71.14%58.43%-
XYZ13.9323.096.01-
YUV114.1987.8298.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=27.55%
G=56.23%
B=16.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149430.5100.710.42103.0255.2137.65
Hex49952B330472A673726
Octal11122553630107521476746
Binary100100110010101101011110011010001111010101100111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,149,43); }

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

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

 a { background-color: rgb(73,149,43); }

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

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

 span { border-color: rgb(73,149,43); }

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