#468E3B

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

Shades of La Palma #468E3B

Tints of La Palma #468E3B

Color information

#468E3B (or 0x468E3B) is unknown color: approx La Palma. HEX triplet: 46, 8E and 3B. RGB value is (70,142,59). Sum of RGB (Red+Green+Blue) = 70+142+59=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #468E3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468E3B is #B971C4. Grayscale: #6F6F6F. Windows color (decimal): -12153285 or 3903046. OLE color: 3903046.

HSL color Cylindrical-coordinate representation of color #468E3B: hue angle of 112.05º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #468E3B is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB7014259-
CMYK0.5100.580.44
HSL112.05º41.29%39.41%-
HSV(B)112.05º58.45%55.69%-
XYZ12.9920.967.5-
YUV111.0198.6598.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 142 (55.86% from 255) = 52.40%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=25.83%
G=52.40%
B=21.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70142590.5100.580.44112.0541.2939.41
Hex468E3B3303A2C702927
Octal1062167363072541605147
Binary10001101000111011101111001101110101011001110000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468E3B; }

 p { color: rgb(70,142,59); }

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

<style>
 a { background-color: #468E3B; }

 a { background-color: rgb(70,142,59); }

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

<style>
 span { border-color: #468E3B; }

 span { border-color: rgb(70,142,59); }

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