#498b2f

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

Shades of La Palma #498B2F

Tints of La Palma #498B2F

Color information

#498B2F (or 0x498B2F) is unknown color: approx La Palma. HEX triplet: 49, 8B and 2F. RGB value is (73,139,47). Sum of RGB (Red+Green+Blue) = 73+139+47=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #498B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B2F is #B674D0. Grayscale: #6D6D6D. Windows color (decimal): -11957457 or 3115849. OLE color: 3115849.

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

Color convert

RGB7313947-
CMYK0.4700.660.45
HSL103.04º49.46%36.47%-
HSV(B)103.04º66.19%54.51%-
XYZ12.4920.095.91-
YUV108.7893.13102.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 139 (54.69% from 255) = 53.67%
BLUE value IS 47 (18.75% from 255) = 18.15%
R=28.19%
G=53.67%
B=18.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73139470.4700.660.45103.0449.4636.47
Hex498B2F2F0422D673124
Octal11121357570102551476144
Binary100100110001011101111101111010000101011011100111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498b2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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