#49852A

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

Shades of La Palma #49852A

Tints of La Palma #49852A

Color information

#49852A (or 0x49852A) is unknown color: approx La Palma. HEX triplet: 49, 85 and 2A. RGB value is (73,133,42). Sum of RGB (Red+Green+Blue) = 73+133+42=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #49852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49852A is #B67AD5. Grayscale: #686868. Windows color (decimal): -11958998 or 2786633. OLE color: 2786633.

HSL color Cylindrical-coordinate representation of color #49852A: hue angle of 99.56º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49852A is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB7313342-
CMYK0.4500.680.48
HSL99.56º52%34.31%-
HSV(B)99.56º68.42%52.16%-
XYZ11.5518.365.13-
YUV104.6992.62105.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=29.44%
G=53.63%
B=16.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73133420.4500.680.4899.565234.31
Hex49852A2D04430643422
Octal11120552550104601446442
Binary100100110000101101010101101010001001100001100100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,133,42); }

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

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

 a { background-color: rgb(73,133,42); }

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

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

 span { border-color: rgb(73,133,42); }

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