#498E1A

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

Shades of La Palma #498E1A

Tints of La Palma #498E1A

Color information

#498E1A (or 0x498E1A) is unknown color: approx La Palma. HEX triplet: 49, 8E and 1A. RGB value is (73,142,26). Sum of RGB (Red+Green+Blue) = 73+142+26=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #498E1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498E1A is #B671E5. Grayscale: #6C6C6C. Windows color (decimal): -11956710 or 1740361. OLE color: 1740361.

HSL color Cylindrical-coordinate representation of color #498E1A: hue angle of 95.69º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #498E1A is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB7314226-
CMYK0.4900.820.44
HSL95.69º69.05%32.94%-
HSV(B)95.69º81.69%55.69%-
XYZ12.6120.844.33-
YUV108.1481.64102.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 142 (55.86% from 255) = 58.92%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=30.29%
G=58.92%
B=10.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73142260.4900.820.4495.6969.0532.94
Hex498E1A310522C604521
Octal111216326101225414010541
Binary100100110001110110101100010101001010110011000001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,142,26); }

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

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

 a { background-color: rgb(73,142,26); }

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

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

 span { border-color: rgb(73,142,26); }

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