#469431

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

Shades of La Palma #469431

Tints of La Palma #469431

Color information

#469431 (or 0x469431) is unknown color: approx La Palma. HEX triplet: 46, 94 and 31. RGB value is (70,148,49). Sum of RGB (Red+Green+Blue) = 70+148+49=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #469431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469431 is #B96BCE. Grayscale: #717171. Windows color (decimal): -12151759 or 3249222. OLE color: 3249222.

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

Color convert

RGB7014849-
CMYK0.5300.670.42
HSL107.27º50.25%38.63%-
HSV(B)107.27º66.89%58.04%-
XYZ13.6722.76.57-
YUV113.3991.6697.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 148 (58.20% from 255) = 55.43%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=26.22%
G=55.43%
B=18.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148490.5300.670.42107.2750.2538.63
Hex469431350432A6b3227
Octal10622461650103521536247
Binary100011010010100110001110101010000111010101101011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469431; }

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

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

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

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

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

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

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

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