#498231

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

Shades of La Palma #498231

Tints of La Palma #498231

Color information

#498231 (or 0x498231) is unknown color: approx La Palma. HEX triplet: 49, 82 and 31. RGB value is (73,130,49). Sum of RGB (Red+Green+Blue) = 73+130+49=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #498231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498231 is #B67DCE. Grayscale: #676767. Windows color (decimal): -11959759 or 3244617. OLE color: 3244617.

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

Color convert

RGB7313049-
CMYK0.4400.620.49
HSL102.22º45.25%35.1%-
HSV(B)102.22º62.31%50.98%-
XYZ11.2817.65.71-
YUV103.7297.12106.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=28.97%
G=51.59%
B=19.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130490.4400.620.49102.2245.2535.1
Hex4982312C03E31662d23
Octal1112026154076611465543
Binary10010011000001011000110110001111101100011100110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498231; }

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

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

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

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

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

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

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

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