#49A230

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

Shades of La Palma #49A230

Tints of La Palma #49A230

Color information

#49A230 (or 0x49A230) is unknown color: approx La Palma. HEX triplet: 49, A2 and 30. RGB value is (73,162,48). Sum of RGB (Red+Green+Blue) = 73+162+48=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #49A230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A230 is #B65DCF. Grayscale: #7A7A7A. Windows color (decimal): -11951568 or 3187273. OLE color: 3187273.

HSL color Cylindrical-coordinate representation of color #49A230: hue angle of 106.84º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49A230 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB7316248-
CMYK0.5500.700.36
HSL106.84º54.29%41.18%-
HSV(B)106.84º70.37%63.53%-
XYZ16.227.477.24-
YUV122.3986.0192.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 162 (63.67% from 255) = 57.24%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=25.80%
G=57.24%
B=16.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73162480.5500.700.36106.8454.2941.18
Hex49A23037046246b3629
Octal11124260670106441536651
Binary100100110100010110000110111010001101001001101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A230; }

 p { color: rgb(73,162,48); }

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

<style>
 a { background-color: #49A230; }

 a { background-color: rgb(73,162,48); }

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

<style>
 span { border-color: #49A230; }

 span { border-color: rgb(73,162,48); }

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