#469113

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

Shades of La Palma #469113

Tints of La Palma #469113

Color information

#469113 (or 0x469113) is unknown color: approx La Palma. HEX triplet: 46, 91 and 13. RGB value is (70,145,19). Sum of RGB (Red+Green+Blue) = 70+145+19=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #469113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469113 is #B96EEC. Grayscale: #6C6C6C. Windows color (decimal): -12152557 or 1282374. OLE color: 1282374.

HSL color Cylindrical-coordinate representation of color #469113: hue angle of 95.71º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #469113 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB7014519-
CMYK0.5200.870.43
HSL95.71º76.83%32.16%-
HSV(B)95.71º86.9%56.86%-
XYZ12.7721.64.11-
YUV108.2177.65100.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 145 (57.03% from 255) = 61.97%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=29.91%
G=61.97%
B=8.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145190.5200.870.4395.7176.8332.16
Hex469113340572B604d20
Octal106221236401275314011540
Binary100011010010001100111101000101011110101111000001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469113; }

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

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

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

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

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

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

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

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