#468D24

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

Shades of La Palma #468D24

Tints of La Palma #468D24

Color information

#468D24 (or 0x468D24) is unknown color: approx La Palma. HEX triplet: 46, 8D and 24. RGB value is (70,141,36). Sum of RGB (Red+Green+Blue) = 70+141+36=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #468D24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D24 is #B972DB. Grayscale: #6C6C6C. Windows color (decimal): -12153564 or 2395462. OLE color: 2395462.

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

Color convert

RGB7014136-
CMYK0.5000.740.45
HSL100.57º59.32%34.71%-
HSV(B)100.57º74.47%55.29%-
XYZ12.3720.484.97-
YUV107.887.48101.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 141 (55.47% from 255) = 57.09%
BLUE value IS 36 (14.45% from 255) = 14.57%
R=28.34%
G=57.09%
B=14.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70141360.5000.740.45100.5759.3234.71
Hex468D243204A2D653b23
Octal10621544620112551457343
Binary100011010001101100100110010010010101011011100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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