#468D09

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

Shades of La Palma #468D09

Tints of La Palma #468D09

Color information

#468D09 (or 0x468D09) is unknown color: approx La Palma. HEX triplet: 46, 8D and 09. RGB value is (70,141,9). Sum of RGB (Red+Green+Blue) = 70+141+9=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #468D09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468D09 is #B972F6. Grayscale: #696969. Windows color (decimal): -12153591 or 625990. OLE color: 625990.

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

Color convert

RGB701419-
CMYK0.5000.940.45
HSL92.27º88%29.41%-
HSV(B)92.27º93.62%55.29%-
XYZ12.120.373.55-
YUV104.7273.98103.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 141 (55.47% from 255) = 64.09%
BLUE value IS 9 (3.91% from 255) = 4.09%
R=31.82%
G=64.09%
B=4.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7014190.5000.940.4592.278829.41
Hex468D93205E2D5c581d
Octal106215116201365513413035
Binary1000110100011011001110010010111101011011011100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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