#499011

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

Shades of La Palma #499011

Tints of La Palma #499011

Color information

#499011 (or 0x499011) is unknown color: approx La Palma. HEX triplet: 49, 90 and 11. RGB value is (73,144,17). Sum of RGB (Red+Green+Blue) = 73+144+17=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #499011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499011 is #B66FEE. Grayscale: #6C6C6C. Windows color (decimal): -11956207 or 1151049. OLE color: 1151049.

HSL color Cylindrical-coordinate representation of color #499011: hue angle of 93.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #499011 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB7314417-
CMYK0.4900.880.44
HSL93.54º78.88%31.57%-
HSV(B)93.54º88.19%56.47%-
XYZ12.8221.43.99-
YUV108.2976.48102.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 144 (56.64% from 255) = 61.54%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=31.20%
G=61.54%
B=7.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144170.4900.880.4493.5478.8831.57
Hex499011310582C5e4f20
Octal111220216101305413611740
Binary100100110010000100011100010101100010110010111101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499011; }

 p { color: rgb(73,144,17); }

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

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

 a { background-color: rgb(73,144,17); }

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

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

 span { border-color: rgb(73,144,17); }

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