#489232

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

Shades of La Palma #489232

Tints of La Palma #489232

Color information

#489232 (or 0x489232) is unknown color: approx La Palma. HEX triplet: 48, 92 and 32. RGB value is (72,146,50). Sum of RGB (Red+Green+Blue) = 72+146+50=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #489232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489232 is #B76DCD. Grayscale: #717171. Windows color (decimal): -12021198 or 3314248. OLE color: 3314248.

HSL color Cylindrical-coordinate representation of color #489232: hue angle of 106.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #489232 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB7214650-
CMYK0.5100.660.43
HSL106.25º48.98%38.43%-
HSV(B)106.25º65.75%57.25%-
XYZ13.5322.176.58-
YUV112.9392.4898.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 146 (57.42% from 255) = 54.48%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=26.87%
G=54.48%
B=18.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146500.5100.660.43106.2548.9838.43
Hex489232330422B6a3126
Octal11022262630102531526146
Binary100100010010010110010110011010000101010111101010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489232; }

 p { color: rgb(72,146,50); }

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

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

 a { background-color: rgb(72,146,50); }

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

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

 span { border-color: rgb(72,146,50); }

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