#499830

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

Shades of La Palma #499830

Tints of La Palma #499830

Color information

#499830 (or 0x499830) is unknown color: approx La Palma. HEX triplet: 49, 98 and 30. RGB value is (73,152,48). Sum of RGB (Red+Green+Blue) = 73+152+48=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #499830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499830 is #B667CF. Grayscale: #747474. Windows color (decimal): -11954128 or 3184713. OLE color: 3184713.

HSL color Cylindrical-coordinate representation of color #499830: hue angle of 105.58º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #499830 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB7315248-
CMYK0.5200.680.40
HSL105.58º52%39.22%-
HSV(B)105.58º68.42%59.61%-
XYZ14.5124.096.68-
YUV116.5289.3396.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=26.74%
G=55.68%
B=17.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152480.5200.680.40105.585239.22
Hex49983034044286a3427
Octal11123060640104501526447
Binary100100110011000110000110100010001001010001101010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499830; }

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

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

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

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

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

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

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

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