#498227

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

Shades of La Palma #498227

Tints of La Palma #498227

Color information

#498227 (or 0x498227) is unknown color: approx La Palma. HEX triplet: 49, 82 and 27. RGB value is (73,130,39). Sum of RGB (Red+Green+Blue) = 73+130+39=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #498227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498227 is #B67DD8. Grayscale: #666666. Windows color (decimal): -11959769 or 2589257. OLE color: 2589257.

HSL color Cylindrical-coordinate representation of color #498227: hue angle of 97.58º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #498227 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB7313039-
CMYK0.4400.700.49
HSL97.58º53.85%33.14%-
HSV(B)97.58º70%50.98%-
XYZ11.117.534.72-
YUV102.5892.12106.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=30.17%
G=53.72%
B=16.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130390.4400.700.4997.5853.8533.14
Hex4982272C04631623621
Octal11120247540106611426641
Binary100100110000010100111101100010001101100011100010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498227; }

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

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

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

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

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

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

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

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