#468E14

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

Shades of La Palma #468E14

Tints of La Palma #468E14

Color information

#468E14 (or 0x468E14) is unknown color: approx La Palma. HEX triplet: 46, 8E and 14. RGB value is (70,142,20). Sum of RGB (Red+Green+Blue) = 70+142+20=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 142 (55.86% from 255 or 61.21% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 142 - color contains mainly: green. Hex color #468E14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468E14 is #B971EB. Grayscale: #6A6A6A. Windows color (decimal): -12153324 or 1347142. OLE color: 1347142.

HSL color Cylindrical-coordinate representation of color #468E14: hue angle of 95.41º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #468E14 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB7014220-
CMYK0.5100.860.44
HSL95.41º75.31%31.76%-
HSV(B)95.41º85.92%55.69%-
XYZ12.3320.74.01-
YUV106.5679.15101.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 142 (55.86% from 255) = 61.21%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=30.17%
G=61.21%
B=8.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70142200.5100.860.4495.4175.3131.76
Hex468E14330562C5f4b20
Octal106216246301265413711340
Binary100011010001110101001100110101011010110010111111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,142,20); }

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

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

 a { background-color: rgb(70,142,20); }

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

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

 span { border-color: rgb(70,142,20); }

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