#469231

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

Shades of La Palma #469231

Tints of La Palma #469231

Color information

#469231 (or 0x469231) is unknown color: approx La Palma. HEX triplet: 46, 92 and 31. RGB value is (70,146,49). Sum of RGB (Red+Green+Blue) = 70+146+49=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #469231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469231 is #B96DCE. Grayscale: #707070. Windows color (decimal): -12152271 or 3248710. OLE color: 3248710.

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

Color convert

RGB7014649-
CMYK0.5200.660.43
HSL107.01º49.74%38.24%-
HSV(B)107.01º66.44%57.25%-
XYZ13.3622.086.46-
YUV112.2292.3297.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=26.42%
G=55.09%
B=18.49%

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
Decimal70146490.5200.660.43107.0149.7438.24
Hex469231340422B6b3226
Octal10622261640102531536246
Binary100011010010010110001110100010000101010111101011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469231; }

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

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

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

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

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

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

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

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