#46961A

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

Shades of La Palma #46961A

Tints of La Palma #46961A

Color information

#46961A (or 0x46961A) is unknown color: approx La Palma. HEX triplet: 46, 96 and 1A. RGB value is (70,150,26). Sum of RGB (Red+Green+Blue) = 70+150+26=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #46961A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46961A is #B969E5. Grayscale: #707070. Windows color (decimal): -12151270 or 1742406. OLE color: 1742406.

HSL color Cylindrical-coordinate representation of color #46961A: hue angle of 98.71º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46961A is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB7015026-
CMYK0.5300.830.41
HSL98.71º70.45%34.51%-
HSV(B)98.71º82.67%58.82%-
XYZ13.6223.194.74-
YUV111.9479.598.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 150 (58.98% from 255) = 60.98%
BLUE value IS 26 (10.55% from 255) = 10.57%
R=28.46%
G=60.98%
B=10.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70150260.5300.830.4198.7170.4534.51
Hex46961A3505329634623
Octal106226326501235114310643
Binary100011010010110110101101010101001110100111000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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