#46963c

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

Shades of La Palma #46963C

Tints of La Palma #46963C

Color information

#46963C (or 0x46963C) is unknown color: approx La Palma. HEX triplet: 46, 96 and 3C. RGB value is (70,150,60). Sum of RGB (Red+Green+Blue) = 70+150+60=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #46963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46963C is #B969C3. Grayscale: #747474. Windows color (decimal): -12151236 or 3970630. OLE color: 3970630.

HSL color Cylindrical-coordinate representation of color #46963C: hue angle of 113.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46963C is Cyan = 0.53, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB7015060-
CMYK0.5300.60.41
HSL113.33º42.86%41.18%-
HSV(B)113.33º60%58.82%-
XYZ14.2523.448.05-
YUV115.8296.595.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 150 (58.98% from 255) = 53.57%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=25%
G=53.57%
B=21.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70150600.5300.60.41113.3342.8641.18
Hex46963C3503C29712b29
Octal1062267465074511615351
Binary10001101001011011110011010101111001010011110001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46963c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46963c; }

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

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

<style>
 a { background-color: #46963c; }

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

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

<style>
 span { border-color: #46963c; }

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

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