#469015

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

Shades of La Palma #469015

Tints of La Palma #469015

Color information

#469015 (or 0x469015) is unknown color: approx La Palma. HEX triplet: 46, 90 and 15. RGB value is (70,144,21). Sum of RGB (Red+Green+Blue) = 70+144+21=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #469015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469015 is #B96FEA. Grayscale: #6C6C6C. Windows color (decimal): -12152811 or 1413190. OLE color: 1413190.

HSL color Cylindrical-coordinate representation of color #469015: hue angle of 96.1º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #469015 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB7014421-
CMYK0.5100.850.44
HSL96.1º74.55%32.35%-
HSV(B)96.1º85.42%56.47%-
XYZ12.6321.34.16-
YUV107.8578.98101-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 144 (56.64% from 255) = 61.28%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=29.79%
G=61.28%
B=8.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144210.5100.850.4496.174.5532.35
Hex469015330552C604b20
Octal106220256301255414011340
Binary100011010010000101011100110101010110110011000001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469015; }

 p { color: rgb(70,144,21); }

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

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

 a { background-color: rgb(70,144,21); }

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

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

 span { border-color: rgb(70,144,21); }

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