#498132

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

Shades of La Palma #498132

Tints of La Palma #498132

Color information

#498132 (or 0x498132) is unknown color: approx La Palma. HEX triplet: 49, 81 and 32. RGB value is (73,129,50). Sum of RGB (Red+Green+Blue) = 73+129+50=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #498132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498132 is #B67ECD. Grayscale: #676767. Windows color (decimal): -11960014 or 3309897. OLE color: 3309897.

HSL color Cylindrical-coordinate representation of color #498132: hue angle of 102.53º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #498132 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB7312950-
CMYK0.4300.610.49
HSL102.53º44.13%35.1%-
HSV(B)102.53º61.24%50.59%-
XYZ11.1717.355.78-
YUV103.2597.95106.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=28.97%
G=51.19%
B=19.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129500.4300.610.49102.5344.1335.1
Hex4981322B03D31672c23
Octal1112016253075611475443
Binary10010011000000111001010101101111011100011100111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498132; }

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

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

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

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

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

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

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

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