#46953D

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

Shades of La Palma #46953D

Tints of La Palma #46953D

Color information

#46953D (or 0x46953D) is unknown color: approx La Palma. HEX triplet: 46, 95 and 3D. RGB value is (70,149,61). Sum of RGB (Red+Green+Blue) = 70+149+61=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #46953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46953D is #B96AC2. Grayscale: #737373. Windows color (decimal): -12151491 or 4035910. OLE color: 4035910.

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

Color convert

RGB7014961-
CMYK0.5300.590.42
HSL113.86º41.9%41.18%-
HSV(B)113.86º59.06%58.43%-
XYZ14.1223.138.14-
YUV115.3597.3395.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=25%
G=53.21%
B=21.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149610.5300.590.42113.8641.941.18
Hex46953D3503B2A722a29
Octal1062257565073521625251
Binary10001101001010111110111010101110111010101110010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46953D; }

 p { color: rgb(70,149,61); }

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

<style>
 a { background-color: #46953D; }

 a { background-color: rgb(70,149,61); }

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

<style>
 span { border-color: #46953D; }

 span { border-color: rgb(70,149,61); }

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