#498518

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

Shades of La Palma #498518

Tints of La Palma #498518

Color information

#498518 (or 0x498518) is unknown color: approx La Palma. HEX triplet: 49, 85 and 18. RGB value is (73,133,24). Sum of RGB (Red+Green+Blue) = 73+133+24=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #498518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498518 is #B67AE7. Grayscale: #676767. Windows color (decimal): -11959016 or 1606985. OLE color: 1606985.

HSL color Cylindrical-coordinate representation of color #498518: hue angle of 93.03º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #498518 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB7313324-
CMYK0.4500.820.48
HSL93.03º69.43%30.78%-
HSV(B)93.03º81.95%52.16%-
XYZ11.318.263.79-
YUV102.6383.62106.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 133 (52.34% from 255) = 57.83%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=31.74%
G=57.83%
B=10.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73133240.4500.820.4893.0369.4330.78
Hex4985182D052305d451f
Octal111205305501226013510537
Binary10010011000010111000101101010100101100001011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498518; }

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

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

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

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

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

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

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

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