#46962B

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

Shades of La Palma #46962B

Tints of La Palma #46962B

Color information

#46962B (or 0x46962B) is unknown color: approx La Palma. HEX triplet: 46, 96 and 2B. RGB value is (70,150,43). Sum of RGB (Red+Green+Blue) = 70+150+43=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #46962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46962B is #B969D4. Grayscale: #727272. Windows color (decimal): -12151253 or 2856518. OLE color: 2856518.

HSL color Cylindrical-coordinate representation of color #46962B: hue angle of 104.86º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46962B is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB7015043-
CMYK0.5300.710.41
HSL104.86º55.44%37.84%-
HSV(B)104.86º71.33%58.82%-
XYZ13.8723.296.05-
YUV113.888896.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 150 (58.98% from 255) = 57.03%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=26.62%
G=57.03%
B=16.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70150430.5300.710.41104.8655.4437.84
Hex46962B3504729693726
Octal10622653650107511516746
Binary100011010010110101011110101010001111010011101001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46962B; }

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

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

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

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

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

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

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

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