#499230

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

Shades of La Palma #499230

Tints of La Palma #499230

Color information

#499230 (or 0x499230) is unknown color: approx La Palma. HEX triplet: 49, 92 and 30. RGB value is (73,146,48). Sum of RGB (Red+Green+Blue) = 73+146+48=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #499230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499230 is #B66DCF. Grayscale: #717171. Windows color (decimal): -11955664 or 3183177. OLE color: 3183177.

HSL color Cylindrical-coordinate representation of color #499230: hue angle of 104.69º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499230 is Cyan = 0.5, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB7314648-
CMYK0.500.670.43
HSL104.69º50.52%38.04%-
HSV(B)104.69º67.12%57.25%-
XYZ13.5622.196.36-
YUV11391.3299.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 146 (57.42% from 255) = 54.68%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=27.34%
G=54.68%
B=17.98%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73146480.500.670.43104.6950.5238.04
Hex499230320432B693326
Octal11122260620103531516346
Binary100100110010010110000110010010000111010111101001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499230; }

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

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

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

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

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

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

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

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