#468D0B

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

Shades of La Palma #468D0B

Tints of La Palma #468D0B

Color information

#468D0B (or 0x468D0B) is unknown color: approx La Palma. HEX triplet: 46, 8D and 0B. RGB value is (70,141,11). Sum of RGB (Red+Green+Blue) = 70+141+11=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #468D0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468D0B is #B972F4. Grayscale: #696969. Windows color (decimal): -12153589 or 757062. OLE color: 757062.

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

Color convert

RGB7014111-
CMYK0.5000.920.45
HSL92.77º85.53%29.8%-
HSV(B)92.77º92.2%55.29%-
XYZ12.1120.383.61-
YUV104.9574.98103.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 141 (55.47% from 255) = 63.51%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=31.53%
G=63.51%
B=4.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70141110.5000.920.4592.7785.5329.8
Hex468DB3205C2D5d561e
Octal106215136201345513512636
Binary1000110100011011011110010010111001011011011101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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