#49852C

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

Shades of La Palma #49852C

Tints of La Palma #49852C

Color information

#49852C (or 0x49852C) is unknown color: approx La Palma. HEX triplet: 49, 85 and 2C. RGB value is (73,133,44). Sum of RGB (Red+Green+Blue) = 73+133+44=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #49852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49852C is #B67AD3. Grayscale: #696969. Windows color (decimal): -11958996 or 2917705. OLE color: 2917705.

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

Color convert

RGB7313344-
CMYK0.4500.670.48
HSL100.45º50.28%34.71%-
HSV(B)100.45º66.92%52.16%-
XYZ11.5918.375.32-
YUV104.9193.62105.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 133 (52.34% from 255) = 53.2%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=29.2%
G=53.2%
B=17.6%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73133440.4500.670.48100.4550.2834.71
Hex49852C2D04330643223
Octal11120554550103601446243
Binary100100110000101101100101101010000111100001100100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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