#469F20

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

Shades of La Palma #469F20

Tints of La Palma #469F20

Color information

#469F20 (or 0x469F20) is unknown color: approx La Palma. HEX triplet: 46, 9F and 20. RGB value is (70,159,32). Sum of RGB (Red+Green+Blue) = 70+159+32=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #469F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469F20 is #B960DF. Grayscale: #767676. Windows color (decimal): -12148960 or 2137926. OLE color: 2137926.

HSL color Cylindrical-coordinate representation of color #469F20: hue angle of 102.05º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #469F20 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB7015932-
CMYK0.5600.800.38
HSL102.05º66.49%37.45%-
HSV(B)102.05º79.87%62.35%-
XYZ15.1826.25.62-
YUV117.9179.5193.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 159 (62.5% from 255) = 60.92%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=26.82%
G=60.92%
B=12.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70159320.5600.800.38102.0566.4937.45
Hex469F203805026664225
Octal106237407001204614610245
Binary1000110100111111000001110000101000010011011001101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469F20; }

 p { color: rgb(70,159,32); }

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

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

 a { background-color: rgb(70,159,32); }

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

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

 span { border-color: rgb(70,159,32); }

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