#468C14

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

Shades of La Palma #468C14

Tints of La Palma #468C14

Color information

#468C14 (or 0x468C14) is unknown color: approx La Palma. HEX triplet: 46, 8C and 14. RGB value is (70,140,20). Sum of RGB (Red+Green+Blue) = 70+140+20=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 140 (55.08% from 255 or 60.87% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 140 - color contains mainly: green. Hex color #468C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468C14 is #B973EB. Grayscale: #696969. Windows color (decimal): -12153836 or 1346630. OLE color: 1346630.

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

Color convert

RGB7014020-
CMYK0.5000.860.45
HSL95º75%31.37%-
HSV(B)95º85.71%54.9%-
XYZ12.0320.113.91-
YUV105.3979.81102.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 140 (55.08% from 255) = 60.87%
BLUE value IS 20 (8.20% from 255) = 8.70%
R=30.43%
G=60.87%
B=8.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70140200.5000.860.45957531.37
Hex468C14320562D5f4b1f
Octal106214246201265513711337
Binary10001101000110010100110010010101101011011011111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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