#46941A

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

Shades of La Palma #46941A

Tints of La Palma #46941A

Color information

#46941A (or 0x46941A) is unknown color: approx La Palma. HEX triplet: 46, 94 and 1A. RGB value is (70,148,26). Sum of RGB (Red+Green+Blue) = 70+148+26=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #46941A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46941A is #B96BE5. Grayscale: #6F6F6F. Windows color (decimal): -12151782 or 1741894. OLE color: 1741894.

HSL color Cylindrical-coordinate representation of color #46941A: hue angle of 98.36º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46941A is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB7014826-
CMYK0.5300.820.42
HSL98.36º70.11%34.12%-
HSV(B)98.36º82.43%58.04%-
XYZ13.322.564.63-
YUV110.7780.1698.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 148 (58.20% from 255) = 60.66%
BLUE value IS 26 (10.55% from 255) = 10.66%
R=28.69%
G=60.66%
B=10.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148260.5300.820.4298.3670.1134.12
Hex46941A350522A624622
Octal106224326501225214210642
Binary100011010010100110101101010101001010101011000101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46941A; }

 p { color: rgb(70,148,26); }

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

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

 a { background-color: rgb(70,148,26); }

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

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

 span { border-color: rgb(70,148,26); }

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