#499324

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

Shades of La Palma #499324

Tints of La Palma #499324

Color information

#499324 (or 0x499324) is unknown color: approx La Palma. HEX triplet: 49, 93 and 24. RGB value is (73,147,36). Sum of RGB (Red+Green+Blue) = 73+147+36=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #499324 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499324 is #B66CDB. Grayscale: #707070. Windows color (decimal): -11955420 or 2397001. OLE color: 2397001.

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

Color convert

RGB7314736-
CMYK0.5000.760.42
HSL100º60.66%35.88%-
HSV(B)100º75.51%57.65%-
XYZ13.522.415.28-
YUV112.2284.98100.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 147 (57.81% from 255) = 57.42%
BLUE value IS 36 (14.45% from 255) = 14.06%
R=28.52%
G=57.42%
B=14.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147360.5000.760.4210060.6635.88
Hex4993243204C2A643d24
Octal11122344620114521447544
Binary100100110010011100100110010010011001010101100100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499324; }

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

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

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

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

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

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

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

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