#469131

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

Shades of La Palma #469131

Tints of La Palma #469131

Color information

#469131 (or 0x469131) is unknown color: approx La Palma. HEX triplet: 46, 91 and 31. RGB value is (70,145,49). Sum of RGB (Red+Green+Blue) = 70+145+49=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #469131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469131 is #B96ECE. Grayscale: #6F6F6F. Windows color (decimal): -12152527 or 3248454. OLE color: 3248454.

HSL color Cylindrical-coordinate representation of color #469131: hue angle of 106.88º 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 #469131 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB7014549-
CMYK0.5200.660.43
HSL106.88º49.48%38.04%-
HSV(B)106.88º66.21%56.86%-
XYZ13.2121.776.41-
YUV111.6392.6598.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 145 (57.03% from 255) = 54.92%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=26.52%
G=54.92%
B=18.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145490.5200.660.43106.8849.4838.04
Hex469131340422B6b3126
Octal10622161640102531536146
Binary100011010010001110001110100010000101010111101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469131; }

 p { color: rgb(70,145,49); }

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

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

 a { background-color: rgb(70,145,49); }

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

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

 span { border-color: rgb(70,145,49); }

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