#469331

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

Shades of La Palma #469331

Tints of La Palma #469331

Color information

#469331 (or 0x469331) is unknown color: approx La Palma. HEX triplet: 46, 93 and 31. RGB value is (70,147,49). Sum of RGB (Red+Green+Blue) = 70+147+49=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #469331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469331 is #B96CCE. Grayscale: #717171. Windows color (decimal): -12152015 or 3248966. OLE color: 3248966.

HSL color Cylindrical-coordinate representation of color #469331: hue angle of 107.14º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #469331 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB7014749-
CMYK0.5200.670.42
HSL107.14º50%38.43%-
HSV(B)107.14º66.67%57.65%-
XYZ13.5122.396.52-
YUV112.891.9997.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=26.32%
G=55.26%
B=18.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70147490.5200.670.42107.145038.43
Hex469331340432A6b3226
Octal10622361640103521536246
Binary100011010010011110001110100010000111010101101011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469331; }

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

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

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

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

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

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

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

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