#49822B

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

Shades of La Palma #49822B

Tints of La Palma #49822B

Color information

#49822B (or 0x49822B) is unknown color: approx La Palma. HEX triplet: 49, 82 and 2B. RGB value is (73,130,43). Sum of RGB (Red+Green+Blue) = 73+130+43=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #49822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49822B is #B67DD4. Grayscale: #676767. Windows color (decimal): -11959765 or 2851401. OLE color: 2851401.

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

Color convert

RGB7313043-
CMYK0.4400.670.49
HSL99.31º50.29%33.92%-
HSV(B)99.31º66.92%50.98%-
XYZ11.1717.565.09-
YUV103.0494.12106.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=29.67%
G=52.85%
B=17.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130430.4400.670.4999.3150.2933.92
Hex49822B2C04331633222
Octal11120253540103611436242
Binary100100110000010101011101100010000111100011100011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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