#468D3B

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

Shades of La Palma #468D3B

Tints of La Palma #468D3B

Color information

#468D3B (or 0x468D3B) is unknown color: approx La Palma. HEX triplet: 46, 8D and 3B. RGB value is (70,141,59). Sum of RGB (Red+Green+Blue) = 70+141+59=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #468D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D3B is #B972C4. Grayscale: #6E6E6E. Windows color (decimal): -12153541 or 3902790. OLE color: 3902790.

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

Color convert

RGB7014159-
CMYK0.5000.580.45
HSL111.95º41%39.22%-
HSV(B)111.95º58.16%55.29%-
XYZ12.8420.677.45-
YUV110.4298.9899.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 141 (55.47% from 255) = 52.22%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=25.93%
G=52.22%
B=21.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70141590.5000.580.45111.954139.22
Hex468D3B3203A2D702927
Octal1062157362072551605147
Binary10001101000110111101111001001110101011011110000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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