#498B2D

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

Shades of La Palma #498B2D

Tints of La Palma #498B2D

Color information

#498B2D (or 0x498B2D) is unknown color: approx La Palma. HEX triplet: 49, 8B and 2D. RGB value is (73,139,45). Sum of RGB (Red+Green+Blue) = 73+139+45=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #498B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B2D is #B674D2. Grayscale: #6C6C6C. Windows color (decimal): -11957459 or 2984777. OLE color: 2984777.

HSL color Cylindrical-coordinate representation of color #498B2D: hue angle of 102.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #498B2D is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB7313945-
CMYK0.4700.680.45
HSL102.13º51.09%36.08%-
HSV(B)102.13º67.63%54.51%-
XYZ12.4520.075.7-
YUV108.5592.13102.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 139 (54.69% from 255) = 54.09%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=28.40%
G=54.09%
B=17.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73139450.4700.680.45102.1351.0936.08
Hex498B2D2F0442D663324
Octal11121355570104551466344
Binary100100110001011101101101111010001001011011100110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,139,45); }

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

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

 a { background-color: rgb(73,139,45); }

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

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

 span { border-color: rgb(73,139,45); }

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