#499330

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

Shades of La Palma #499330

Tints of La Palma #499330

Color information

#499330 (or 0x499330) is unknown color: approx La Palma. HEX triplet: 49, 93 and 30. RGB value is (73,147,48). Sum of RGB (Red+Green+Blue) = 73+147+48=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #499330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499330 is #B66CCF. Grayscale: #717171. Windows color (decimal): -11955408 or 3183433. OLE color: 3183433.

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

Color convert

RGB7314748-
CMYK0.5000.670.42
HSL104.85º50.77%38.24%-
HSV(B)104.85º67.35%57.65%-
XYZ13.7122.56.42-
YUV113.5990.9899.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=27.24%
G=54.85%
B=17.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147480.5000.670.42104.8550.7738.24
Hex499330320432A693326
Octal11122360620103521516346
Binary100100110010011110000110010010000111010101101001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499330; }

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

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

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

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

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

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

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

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