#498221

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

Shades of La Palma #498221

Tints of La Palma #498221

Color information

#498221 (or 0x498221) is unknown color: approx La Palma. HEX triplet: 49, 82 and 21. RGB value is (73,130,33). Sum of RGB (Red+Green+Blue) = 73+130+33=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #498221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498221 is #B67DDE. Grayscale: #666666. Windows color (decimal): -11959775 or 2196041. OLE color: 2196041.

HSL color Cylindrical-coordinate representation of color #498221: hue angle of 95.26º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #498221 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB7313033-
CMYK0.4400.750.49
HSL95.26º59.51%31.96%-
HSV(B)95.26º74.62%50.98%-
XYZ1117.494.24-
YUV101.989.12107.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=30.93%
G=55.08%
B=13.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130330.4400.750.4995.2659.5131.96
Hex4982212C04B315f3c20
Octal11120241540113611377440
Binary100100110000010100001101100010010111100011011111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498221; }

 p { color: rgb(73,130,33); }

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

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

 a { background-color: rgb(73,130,33); }

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

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

 span { border-color: rgb(73,130,33); }

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