#46A021

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

Shades of La Palma #46A021

Tints of La Palma #46A021

Color information

#46A021 (or 0x46A021) is unknown color: approx La Palma. HEX triplet: 46, A0 and 21. RGB value is (70,160,33). Sum of RGB (Red+Green+Blue) = 70+160+33=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #46A021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A021 is #B95FDE. Grayscale: #777777. Windows color (decimal): -12148703 or 2203718. OLE color: 2203718.

HSL color Cylindrical-coordinate representation of color #46A021: hue angle of 102.52º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46A021 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB7016033-
CMYK0.5600.790.37
HSL102.52º65.8%37.84%-
HSV(B)102.52º79.37%62.75%-
XYZ15.3726.555.75-
YUV118.6179.6893.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 160 (62.89% from 255) = 60.84%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=26.62%
G=60.84%
B=12.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70160330.5600.790.37102.5265.837.84
Hex46A0213804F25674226
Octal106240417001174514710246
Binary1000110101000001000011110000100111110010111001111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A021; }

 p { color: rgb(70,160,33); }

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

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

 a { background-color: rgb(70,160,33); }

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

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

 span { border-color: rgb(70,160,33); }

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