#498D32

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

Shades of La Palma #498D32

Tints of La Palma #498D32

Color information

#498D32 (or 0x498D32) is unknown color: approx La Palma. HEX triplet: 49, 8D and 32. RGB value is (73,141,50). Sum of RGB (Red+Green+Blue) = 73+141+50=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #498D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498D32 is #B672CD. Grayscale: #6E6E6E. Windows color (decimal): -11956942 or 3312969. OLE color: 3312969.

HSL color Cylindrical-coordinate representation of color #498D32: hue angle of 104.84º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #498D32 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB7314150-
CMYK0.4800.650.45
HSL104.84º47.64%37.45%-
HSV(B)104.84º64.54%55.29%-
XYZ12.8520.76.34-
YUV110.2993.97101.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 141 (55.47% from 255) = 53.41%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=27.65%
G=53.41%
B=18.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73141500.4800.650.45104.8447.6437.45
Hex498D32300412D693025
Octal11121562600101551516045
Binary100100110001101110010110000010000011011011101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498D32; }

 p { color: rgb(73,141,50); }

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

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

 a { background-color: rgb(73,141,50); }

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

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

 span { border-color: rgb(73,141,50); }

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