#468A09

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

Shades of La Palma #468A09

Tints of La Palma #468A09

Color information

#468A09 (or 0x468A09) is unknown color: approx La Palma. HEX triplet: 46, 8A and 09. RGB value is (70,138,9). Sum of RGB (Red+Green+Blue) = 70+138+9=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 138 (54.30% from 255 or 63.59% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 138 - color contains mainly: green. Hex color #468A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468A09 is #B975F6. Grayscale: #676767. Windows color (decimal): -12154359 or 625222. OLE color: 625222.

HSL color Cylindrical-coordinate representation of color #468A09: hue angle of 91.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #468A09 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB701389-
CMYK0.4900.930.46
HSL91.63º87.76%28.82%-
HSV(B)91.63º93.48%54.12%-
XYZ11.6619.53.41-
YUV102.9674.97104.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 138 (54.30% from 255) = 63.59%
BLUE value IS 9 (3.91% from 255) = 4.15%
R=32.26%
G=63.59%
B=4.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7013890.4900.930.4691.6387.7628.82
Hex468A93105D2E5c581d
Octal106212116101355613413035
Binary1000110100010101001110001010111011011101011100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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