#498710

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

Shades of La Palma #498710

Tints of La Palma #498710

Color information

#498710 (or 0x498710) is unknown color: approx La Palma. HEX triplet: 49, 87 and 10. RGB value is (73,135,16). Sum of RGB (Red+Green+Blue) = 73+135+16=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #498710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498710 is #B678EF. Grayscale: #676767. Windows color (decimal): -11958512 or 1083209. OLE color: 1083209.

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

Color convert

RGB7313516-
CMYK0.4600.880.47
HSL91.26º78.81%29.61%-
HSV(B)91.26º88.15%52.94%-
XYZ11.5118.783.51-
YUV102.978.96106.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 135 (53.12% from 255) = 60.27%
BLUE value IS 16 (6.64% from 255) = 7.14%
R=32.59%
G=60.27%
B=7.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73135160.4600.880.4791.2678.8129.61
Hex4987102E0582F5b4f1e
Octal111207205601305713311736
Binary10010011000011110000101110010110001011111011011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498710; }

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

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

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

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

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

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

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

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