#498720

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

Shades of La Palma #498720

Tints of La Palma #498720

Color information

#498720 (or 0x498720) is unknown color: approx La Palma. HEX triplet: 49, 87 and 20. RGB value is (73,135,32). Sum of RGB (Red+Green+Blue) = 73+135+32=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #498720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498720 is #B678DF. Grayscale: #696969. Windows color (decimal): -11958496 or 2131785. OLE color: 2131785.

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

Color convert

RGB7313532-
CMYK0.4600.760.47
HSL96.12º61.68%32.75%-
HSV(B)96.12º76.3%52.94%-
XYZ11.6718.854.39-
YUV104.7286.96105.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 135 (53.12% from 255) = 56.25%
BLUE value IS 32 (12.89% from 255) = 13.33%
R=30.42%
G=56.25%
B=13.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73135320.4600.760.4796.1261.6832.75
Hex4987202E04C2F603e21
Octal11120740560114571407641
Binary100100110000111100000101110010011001011111100000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498720; }

 p { color: rgb(73,135,32); }

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

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

 a { background-color: rgb(73,135,32); }

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

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

 span { border-color: rgb(73,135,32); }

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