#498618

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

Shades of La Palma #498618

Tints of La Palma #498618

Color information

#498618 (or 0x498618) is unknown color: approx La Palma. HEX triplet: 49, 86 and 18. RGB value is (73,134,24). Sum of RGB (Red+Green+Blue) = 73+134+24=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #498618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498618 is #B679E7. Grayscale: #676767. Windows color (decimal): -11958760 or 1607241. OLE color: 1607241.

HSL color Cylindrical-coordinate representation of color #498618: hue angle of 93.27º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #498618 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB7313424-
CMYK0.4600.820.47
HSL93.27º69.62%30.98%-
HSV(B)93.27º82.09%52.55%-
XYZ11.4418.533.84-
YUV103.2283.29106.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 134 (52.73% from 255) = 58.01%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=31.60%
G=58.01%
B=10.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73134240.4600.820.4793.2769.6230.98
Hex4986182E0522F5d461f
Octal111206305601225713510637
Binary10010011000011011000101110010100101011111011101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498618; }

 p { color: rgb(73,134,24); }

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

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

 a { background-color: rgb(73,134,24); }

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

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

 span { border-color: rgb(73,134,24); }

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